Package: tester 0.2.0

tester: Tests and Checks Characteristics of R Objects

Allows users to test characteristics of common R objects.

Authors:Frederic Bertrand [cre], Gaston Sanchez [aut]

tester_0.2.0.tar.gz
tester_0.2.0.zip(r-4.5)tester_0.2.0.zip(r-4.4)tester_0.2.0.zip(r-4.3)
tester_0.2.0.tgz(r-4.4-any)tester_0.2.0.tgz(r-4.3-any)
tester_0.2.0.tar.gz(r-4.5-noble)tester_0.2.0.tar.gz(r-4.4-noble)
tester_0.2.0.tgz(r-4.4-emscripten)tester_0.2.0.tgz(r-4.3-emscripten)
tester.pdf |tester.html
tester/json (API)

# Install 'tester' in R:
install.packages('tester', repos = c('https://fbertran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/fbertran/tester/issues

On CRAN:

121 exports 2.16 score 0 dependencies 4 dependents 3 mentions 87 scripts 1.6k downloads

Last updated 6 months agofrom:d84de7f9b2. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 02 2024
R-4.5-winOKSep 02 2024
R-4.5-linuxOKSep 02 2024
R-4.4-winOKSep 02 2024
R-4.4-macOKSep 02 2024
R-4.3-winOKSep 02 2024
R-4.3-macOKSep 02 2024

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:

Introduction to tester

Rendered fromtester_introduction.Rnwusingknitr::knitron Sep 02 2024.

Last update: 2024-04-04
Started: 2024-04-04

Readme and manuals

Help Manual

Help pageTopics
Has dimension?has_dim has_dimension lacks_dim lacks_dimension
Has factors?has_factors
Has missing values, NA, NaN, Infhas_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 classis_class
Is data frameis_dataframe is_factor_dataframe is_not_dataframe is_numeric_dataframe is_string_dataframe
Is decimalis_decimal is_not_decimal
Is diagonal matrixis_diagonal is_not_diagonal
Is evenis_even is_not_even
Is integeris_integer is_not_integer
Is matrixis_logical_matrix is_matrix is_not_matrix is_numeric_matrix is_string_matrix
Test if an object is multi-dimensionalis_multidim
Is multipleis_multiple
Is naturalis_natural is_not_natural
Is negativeis_negative is_not_negative
Is negative decimalis_negative_decimal
Is negative integeris_negative_integer
Is evenis_not_odd is_odd
Test if an object has one-dimensionis_one_dim
Is positiveis_not_positive is_positive
Is positive decimalis_positive_decimal
Is positive integeris_positive_integer
Is rectangular matrixis_not_rectangular_matrix is_rectangular_matrix is_tall_matrix is_wide_matrix
Is scalaris_negative_scalar is_not_scalar is_positive_scalar is_scalar
Is singleis_single
Is single decimalis_single_decimal
Is single evenis_single_even
Is single falseis_single_false
Is single logicalis_single_logical
Is single negative numberis_single_negative
Is single negative decimalis_single_negative_decimal
Is single negative integeris_single_negative_integer
Is single numberis_single_number
Is single oddis_single_odd
Is single positive numberis_single_positive
Is single positive decimalis_single_positive_decimal
Is single positive integeris_single_positive_integer
Is single stringis_single_string
Is single trueis_single_true
Is square matrixis_not_square_matrix is_square_matrix
Is square numeric matrixis_not_square_numeric_matrix is_square_numeric_matrix
Is stringis_not_string is_string
Is tabularis_not_tabular is_numeric_tabular is_string_tabular is_tabular
Is triangular matrixis_lower_triangular is_triangular_matrix is_upper_triangular
If TRUE or FALSEis_FALSE is_false is_TRUE is_true true_or_false
Is vectoris_logical_vector is_not_vector is_numeric_vector is_string_vector is_vector
List of vectorslist_of_logical_vectors list_of_numeric_vectors list_of_string_vectors list_of_vectors
List with vectorslist_with_numeric_vectors list_with_string_vectors list_with_vectors
Same Classdifferent_class same_class
Same Dimensiondifferent_dim same_dim
Same Lengthdifferent_length same_length
Same Modedifferent_mode same_mode
Same Number of Rows / Columnsdifferent_ncol different_nrow same_ncol same_nrow
Same Typedifferent_type same_type