Type: Package
Package: testdat
Title: Data Unit Testing for R
Version: 0.4.3
Authors@R: 
    c(person(given = "Danny",
             family = "Smith",
             role = c("aut", "cre"),
             email = "danny@gorcha.org"),
      person(given = "Kinto",
             family = "Behr",
             role = "aut",
             email = "kinto.behr@srcentre.com.au"),
      person(given = "The Social Research Centre",
             role = "cph"))
Description: Test your data! An extension of the 'testthat' unit testing
    framework with a family of functions and reporting tools for checking
    and validating data frames.
License: MIT + file LICENSE
URL: https://socialresearchcentre.github.io/testdat/,
        https://github.com/socialresearchcentre/testdat
BugReports: https://github.com/socialresearchcentre/testdat/issues
Depends: R (>= 3.2.2), testthat (>= 2.0.0)
Imports: dplyr (>= 0.8.0), glue, lifecycle, rlang, stringr, tidyselect
Suggests: covr, crayon, knitr, labelled, lubridate, openxlsx, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate: 'chk-filter.R' 'chk.R' 'comparison.R' 'deprec-chk.R'
        'deprec-expect.R' 'deprec-reporter.R' 'expectation.R'
        'expect-generic.R' 'expect-make.R' 'expect-chk.R'
        'expect-conditional.R' 'expect-data.R' 'expect-datacomp.R'
        'expect-exclusive.R' 'expect-labels.R' 'expect-proportion.R'
        'expect-unique.R' 'expect_depends.R' 'reporter-excel.R'
        'reporter-zzz.R' 'testdat-package.R' 'utils.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2025-08-01 07:39:48 UTC; danny
Author: Danny Smith [aut, cre],
  Kinto Behr [aut],
  The Social Research Centre [cph]
Maintainer: Danny Smith <danny@gorcha.org>
Repository: CRAN
Date/Publication: 2025-08-19 04:30:02 UTC
Built: R 4.4.3; ; 2025-10-13 11:26:14 UTC; windows
