Description
Common Argument Checks for 'r-dcm' Packages.
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.
README.md
rdcmchecks 
The goal of rdcmchecks is to provide utility functions for checking arguments provided to functions across the suite of r-dcm packages. Rather than duplicating code for checking arguments across packages, check functions can be added to rdcmchecks, which can in turn be imported to any needed packages.
Installation
You can install the released version of rdcmchecks from CRAN with:
install.packages("rdcmchecks")
And the development version from GitHub with:
# install.packages("pak")
pak::pak("r-dcm/rdcmchecks")
Contributions and Code of Conduct
Contributions are welcome. To ensure a smooth process, please review the Contributing Guide. Please note that the rdcmchecks project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.