Last data update: 2014.03.03

assertthat

Package: assertthat
Title: Easy pre and post assertions.
Version: 0.1
Authors@R: 'Hadley Wickham <h.wickham@gmail.com> [aut,cre]'
Description: assertthat is an extension to stopifnot() that makes it
easy to declare the pre and post conditions that you code should
satisfy, while also producing friendly error messages so that your
users know what they've done wrong.
License: GPL-3
Suggests: testthat
Collate: 'assert-that.r' 'on-failure.r' 'assertions-file.r'
'assertions-scalar.R' 'assertions.r' 'base.r'
'base-comparison.r' 'base-is.r' 'base-logical.r' 'base-misc.r'
'utils.r' 'validate-that.R'
Roxygen: list(wrap = FALSE)
Packaged: 2013-12-05 18:46:37 UTC; hadley
Author: 'Hadley Wickham' [aut, cre]
Maintainer: 'Hadley Wickham' <h.wickham@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-12-06 00:51:10

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'assertthat' ...
** package 'assertthat' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'assertthat'
    finding HTML links ... done
    are_equal                               html  
    assert-is                               html  
    assert_that                             html  
    assertions-file                         html  
    has_args                                html  
    has_attr                                html  
    noNA                                    html  
    not_empty                               html  
    on_failure                              html  
    scalar                                  html  
    validate_that                           html  
** building package indices
** testing if installed package can be loaded
* DONE (assertthat)
Making 'packages.html' ... done