The typical process of checking arguments in functions is iterative. In this process, an error may be returned and the user may fix it only to receive another error on a different argument. 'ArgumentCheck' facilitates a more helpful way to perform argument checks allowing the programmer to run all of the checks and then return all of the errors and warnings in a single message.
| Version: | 0.10.2 |
| Depends: | R (≥ 3.0.0) |
| Suggests: | knitr, testthat |
| Published: | 2016-04-01 |
| Author: | Benjamin Nutter |
| Maintainer: | Benjamin Nutter <benjamin.nutter at gmail.com> |
| BugReports: | https://github.com/nutterb/ArgumentCheck/issues/ |
| License: | GPL-3 |
| URL: | https://github.com/nutterb/ArgumentCheck |
| NeedsCompilation: | no |
| Materials: | README NEWS |
| CRAN checks: | ArgumentCheck results |
| Reference manual: | ArgumentCheck.pdf |
| Vignettes: |
Checking Arguments in R Functions |
| Package source: | ArgumentCheck_0.10.2.tar.gz |
| Windows binaries: | r-devel: ArgumentCheck_0.10.2.zip, r-release: ArgumentCheck_0.10.2.zip, r-oldrel: ArgumentCheck_0.10.2.zip |
| macOS binaries: | r-release: ArgumentCheck_0.10.2.tgz, r-oldrel: ArgumentCheck_0.10.2.tgz |
| Old sources: | ArgumentCheck archive |
| Reverse imports: | chimeraviz, gama, MiRAnorm |
Please use the canonical form https://CRAN.R-project.org/package=ArgumentCheck to link to this page.