Skip to contents

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 development version of rdcmchecks 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.