Package: tester
Type: Package
Title: Tests and Checks Characteristics of R Objects
Version: 0.3.0
Date: 2025-09-20
Authors@R: c(
	person(given = "Frederic", family= "Bertrand", role = c("cre"), email = "frederic.bertrand@lecnam.net", comment = c(ORCID = "0000-0002-0837-8281")),
	person(given = "Gaston", family= "Sanchez", role = c("aut")))
Author: Frederic Bertrand [cre] (ORCID:
    <https://orcid.org/0000-0002-0837-8281>),
  Gaston Sanchez [aut]
Maintainer: Frederic Bertrand <frederic.bertrand@lecnam.net>
Description: Allows users to test characteristics of common R objects.
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: no
RoxygenNote: 7.2.3
URL: https://fbertran.github.io/tester/,
        https://github.com/fbertran/tester/
BugReports: https://github.com/fbertran/tester/issues/
License: GPL-3
Depends: R (>= 3.0)
Suggests: knitr, testthat (>= 3.0.0)
VignetteBuilder: knitr
Collate: 'has-dimension.r' 'has_factors.r' 'has-missing.r'
        'has-names.r' 'is-class.r' 'is-dataframe.r' 'is-decimal.r'
        'is-integer.r' 'is-matrix.r' 'is-multiple.r' 'is-natural.r'
        'is-positive-negative.r' 'is-string.r' 'is-tabular.r'
        'is-triangular.r' 'is-vector.r' 'is_square_matrix.r'
        'list-of-vectors.r' 'list-with-vectors.r' 'odd-even.r'
        'true-false.r' 'same-class.r' 'same-dim.r' 'same-length.r'
        'same-mode.r' 'same-type.r' 'is-one-dim.r' 'is-single.r'
        'is-scalar.r' 'is_rectangular_matrix.r'
Config/testthat/edition: 3
Packaged: 2025-09-20 23:06:12 UTC; bertran7
Repository: CRAN
Date/Publication: 2025-09-22 05:10:15 UTC
Built: R 4.5.0; ; 2025-09-22 06:16:46 UTC; unix
