Package: checkthat
Title: Intuitive Unit Testing Tools for Data Manipulation
Version: 0.1.0
Authors@R: 
    person("Ian", "Cero", , "ian_cero@urmc.rochester.edu", role = c("aut", 
        "cre", "cph"), comment = c(ORCID = "0000-0002-2862-0450"))
Description: Provides a lightweight data validation and testing toolkit for R. 
    Its guiding philosophy is that adding code-based data checks to users' 
    existing workflow should be both quick and intuitive. The suite of 
    functions included therefore mirror the common data checks many users 
    already perform by hand or by eye. Additionally, the 'checkthat' package is 
    optimized to work within 'tidyverse' data manipulation pipelines.
License: MIT + file LICENSE
URL: https://github.com/iancero/checkthat,
        https://iancero.github.io/checkthat/
BugReports: https://github.com/iancero/checkthat/issues
Depends: R (>= 4.3)
Imports: cli (>= 3.6.1), glue (>= 1.6.2), lifecycle (>= 1.0.3), purrr
        (>= 1.0.2), rlang (>= 1.1.1)
Suggests: dplyr (>= 1.1.2), knitr (>= 1.43.0), lubridate (>= 1.9.2),
        rmarkdown (>= 2.23.0), testthat (>= 3.0.0), tidyr (>= 1.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-09-12 03:00:47 UTC; icero
Author: Ian Cero [aut, cre, cph] (<https://orcid.org/0000-0002-2862-0450>)
Maintainer: Ian Cero <ian_cero@urmc.rochester.edu>
Repository: CRAN
Date/Publication: 2023-09-12 20:30:05 UTC
Built: R 4.3.0; ; 2023-09-14 21:48:08 UTC; unix
