Last data update: 2014.03.03

testit

Package: testit
Type: Package
Title: A Simple Package for Testing R Packages
Version: 0.5
Date: 2016-02-16
Author: Yihui Xie
Maintainer: Yihui Xie <xie@yihui.name>
Description: Provides two convenience functions assert() and test_pkg() to
facilitate testing R packages.
License: GPL
URL: https://github.com/yihui/testit
BugReports: https://github.com/yihui/testit/issues
Suggests: rstudioapi
Collate: 'testit.R' 'utils.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-02-16 23:33:18 UTC; yihui
Repository: CRAN
Date/Publication: 2016-02-17 09:00:48

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

Install log

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