Last data update: 2014.03.03

ArgumentCheck

Package: ArgumentCheck
Title: Improved Communication to Users with Respect to Problems in
Function Arguments
Version: 0.10.2
Author: Benjamin Nutter
Maintainer: Benjamin Nutter <benjamin.nutter@gmail.com>
Description: 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.
Depends: R (>= 3.0.0)
Suggests: knitr, testthat
VignetteBuilder: knitr
License: GPL-3
LazyData: true
URL: https://github.com/nutterb/ArgumentCheck
BugReports: https://github.com/nutterb/ArgumentCheck/issues/
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-01 18:17:27 UTC; Nutter
Repository: CRAN
Date/Publication: 2016-04-01 22:47:22

● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'ArgumentCheck' ...
** package 'ArgumentCheck' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'ArgumentCheck'
    finding HTML links ... done
    ArgumentCheck                           html  
    match_arg                               html  
    newArgCheck                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (ArgumentCheck)
Making 'packages.html' ... done