Package: tester 0.3.0
tester: Tests and Checks Characteristics of R Objects
Allows users to test characteristics of common R objects.
Authors:
tester_0.3.0.tar.gz
tester_0.3.0.zip(r-4.7)tester_0.3.0.zip(r-4.6)tester_0.3.0.zip(r-4.5)
tester_0.3.0.tgz(r-4.6-any)tester_0.3.0.tgz(r-4.5-any)
tester_0.3.0.tar.gz(r-4.7-any)tester_0.3.0.tar.gz(r-4.6-any)
tester_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tester/json (API)
NEWS
| # Install 'tester' in R: |
| install.packages('tester', repos = c('https://fbertran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/fbertran/tester/issues
Pkgdown/docs site:https://fbertran.github.io
Last updated from:143fa8a9e9. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 158 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 120 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 116 | ||
| wasm-release | OK | 83 |
Exports:different_classdifferent_dimdifferent_lengthdifferent_modedifferent_ncoldifferent_nrowdifferent_typehas_colnameshas_dimhas_dimensionhas_dimnameshas_factorshas_Infhas_infinitehas_missinghas_NAhas_nameshas_NaNhas_nashas_not_a_numberhas_rownamesis_classis_dataframeis_decimalis_diagonalis_evenis_factor_dataframeis_falseis_FALSEis_integeris_logical_matrixis_logical_vectoris_lower_triangularis_matrixis_multidimis_multipleis_naturalis_negativeis_negative_decimalis_negative_integeris_negative_scalaris_not_dataframeis_not_decimalis_not_diagonalis_not_evenis_not_integeris_not_matrixis_not_naturalis_not_negativeis_not_oddis_not_positiveis_not_rectangular_matrixis_not_scalaris_not_square_matrixis_not_square_numeric_matrixis_not_stringis_not_tabularis_not_vectoris_numeric_dataframeis_numeric_matrixis_numeric_tabularis_numeric_vectoris_oddis_one_dimis_positiveis_positive_decimalis_positive_integeris_positive_scalaris_rectangular_matrixis_scalaris_singleis_single_decimalis_single_evenis_single_falseis_single_logicalis_single_negativeis_single_negative_decimalis_single_negative_integeris_single_numberis_single_oddis_single_positiveis_single_positive_decimalis_single_positive_integeris_single_stringis_single_trueis_square_matrixis_square_numeric_matrixis_stringis_string_dataframeis_string_matrixis_string_tabularis_string_vectoris_tabularis_tall_matrixis_triangular_matrixis_trueis_TRUEis_upper_triangularis_vectoris_wide_matrixlacks_colnameslacks_dimlacks_dimensionlacks_dimnameslacks_nameslacks_rownameslist_of_logical_vectorslist_of_numeric_vectorslist_of_string_vectorslist_of_vectorslist_with_numeric_vectorslist_with_string_vectorslist_with_vectorssame_classsame_dimsame_lengthsame_modesame_ncolsame_nrowsame_typetrue_or_false
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Has dimension? | has_dim has_dimension lacks_dim lacks_dimension |
| Has factors? | has_factors |
| Has missing values, NA, NaN, Inf | has_Inf has_infinite has_missing has_NA has_NaN has_nas has_not_a_number |
| Has or lacks names? | has_names lacks_names |
| Has or lacks row/column names? | has_colnames has_dimnames has_rownames lacks_colnames lacks_dimnames lacks_rownames |
| Is class | is_class |
| Is data frame | is_dataframe is_factor_dataframe is_not_dataframe is_numeric_dataframe is_string_dataframe |
| Is decimal | is_decimal is_not_decimal |
| Is diagonal matrix | is_diagonal is_not_diagonal |
| Is even | is_even is_not_even |
| Is integer | is_integer is_not_integer |
| Is matrix | is_logical_matrix is_matrix is_not_matrix is_numeric_matrix is_string_matrix |
| Test if an object is multi-dimensional | is_multidim |
| Is multiple | is_multiple |
| Is natural | is_natural is_not_natural |
| Is negative | is_negative is_not_negative |
| Is negative decimal | is_negative_decimal |
| Is negative integer | is_negative_integer |
| Is even | is_not_odd is_odd |
| Test if an object has one-dimension | is_one_dim |
| Is positive | is_not_positive is_positive |
| Is positive decimal | is_positive_decimal |
| Is positive integer | is_positive_integer |
| Is rectangular matrix | is_not_rectangular_matrix is_rectangular_matrix is_tall_matrix is_wide_matrix |
| Is scalar | is_negative_scalar is_not_scalar is_positive_scalar is_scalar |
| Is single | is_single |
| Is single decimal | is_single_decimal |
| Is single even | is_single_even |
| Is single false | is_single_false |
| Is single logical | is_single_logical |
| Is single negative number | is_single_negative |
| Is single negative decimal | is_single_negative_decimal |
| Is single negative integer | is_single_negative_integer |
| Is single number | is_single_number |
| Is single odd | is_single_odd |
| Is single positive number | is_single_positive |
| Is single positive decimal | is_single_positive_decimal |
| Is single positive integer | is_single_positive_integer |
| Is single string | is_single_string |
| Is single true | is_single_true |
| Is square matrix | is_not_square_matrix is_square_matrix |
| Is square numeric matrix | is_not_square_numeric_matrix is_square_numeric_matrix |
| Is string | is_not_string is_string |
| Is tabular | is_not_tabular is_numeric_tabular is_string_tabular is_tabular |
| Is triangular matrix | is_lower_triangular is_triangular_matrix is_upper_triangular |
| If TRUE or FALSE | is_FALSE is_false is_TRUE is_true true_or_false |
| Is vector | is_logical_vector is_not_vector is_numeric_vector is_string_vector is_vector |
| List of vectors | list_of_logical_vectors list_of_numeric_vectors list_of_string_vectors list_of_vectors |
| List with vectors | list_with_numeric_vectors list_with_string_vectors list_with_vectors |
| Same Class | different_class same_class |
| Same Dimension | different_dim same_dim |
| Same Length | different_length same_length |
| Same Mode | different_mode same_mode |
| Same Number of Rows / Columns | different_ncol different_nrow same_ncol same_nrow |
| Same Type | different_type same_type |
