Package: rdcmchecks
Title: Common Argument Checks for 'r-dcm' Packages
Version: 0.1.0
Authors@R: c(
    person("W. Jake", "Thompson", , "wjakethompson@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7339-0300")),
    person("University of Kansas", role = "cph"),
    person("Institute of Education Sciences", role = "fnd"),
    person("Accessible Teaching, Learning, and Assessment Systems", role = "fnd")
  )
Description: Many packages in the 'r-dcm' family take similar arguments,
    which are checked for expected structures and values. Rather than
    duplicating code across several packages, commonly used check
    functions are included here.  This package can then be imported to
    access the check functions in other packages.
License: MIT + file LICENSE
URL: https://rdcmchecks.r-dcm.org, https://github.com/r-dcm/rdcmchecks
BugReports: https://github.com/r-dcm/rdcmchecks/issues
Depends: R (>= 4.1.0)
Imports: cli, dplyr, readr, rlang, tibble, tidyr
Suggests: dcmdata, spelling, testthat (>= 3.0.0)
Config/Needs/website: r-dcm/rdcmtemplate
Config/testthat/edition: 3
Config/Needs/documentation: openpharma/roxylint
Config/roxylint: list(linters = roxylint::tidy)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-10 15:34:31 UTC; jakethompson
Author: W. Jake Thompson [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7339-0300>),
  University of Kansas [cph],
  Institute of Education Sciences [fnd],
  Accessible Teaching, Learning, and Assessment Systems [fnd]
Maintainer: W. Jake Thompson <wjakethompson@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-15 08:30:06 UTC
Built: R 4.5.1; ; 2025-10-29 04:09:07 UTC; windows
