Package: rdcmchecks Title: Common Argument Checks for 'r-dcm' Packages Version: 0.1.1.9000 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 (>= 0.2.0), 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 Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "roxylint::roxylint")) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://r-dcm.r-universe.dev Date/Publication: 2026-03-12 00:54:21 UTC RemoteUrl: https://github.com/r-dcm/rdcmchecks RemoteRef: HEAD RemoteSha: ec22c387037ce9a79879db65c5fd63ae3e626802 NeedsCompilation: no Packaged: 2026-07-10 09:41:26 UTC; root Author: W. Jake Thompson [aut, cre] (ORCID: ), University of Kansas [cph], Institute of Education Sciences [fnd], Accessible Teaching, Learning, and Assessment Systems [fnd] Maintainer: W. Jake Thompson