Type: Package Package: testdat Title: Data Unit Testing for R Version: 0.4.4.9000 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 Roxygen: list(markdown = TRUE) 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' Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://socialresearchcentre.r-universe.dev Date/Publication: 2025-11-15 03:47:28 UTC RemoteUrl: https://github.com/socialresearchcentre/testdat RemoteRef: HEAD RemoteSha: b48ff0637964cc732eb2aa174f944c874dfe9125 NeedsCompilation: no Packaged: 2026-06-20 07:19:59 UTC; root Author: Danny Smith [aut, cre], Kinto Behr [aut], The Social Research Centre [cph] Maintainer: Danny Smith