Last data update: 2014.03.03

testthat

Package: testthat
Version: 1.0.2
Title: Unit Testing for R
Description: A unit testing system designed to be fun, flexible and easy to
set up.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
URL: https://github.com/hadley/testthat
BugReports: https://github.com/hadley/testthat/issues
Depends: R (>= 3.1.0)
Imports: digest, crayon, praise, magrittr, R6, methods
Suggests: devtools, withr, covr
License: MIT + file LICENSE
Collate: 'auto-test.R' 'colour-text.R' 'compare.R'
'compare-character.R' 'compare-numeric.R' 'compare-time.R'
'context.R' 'describe.R' 'evaluate-promise.R'
'expect-comparison.R' 'expect-equal-to-reference.R'
'expect-equality.R' 'expect-inheritance.R' 'expect-length.R'
'expect-logical.R' 'expect-named.R' 'expect-output.R'
'reporter.R' 'expect-self-test.R' 'expect-that.R'
'expectation.R' 'expectations-matches.R' 'make-expectation.R'
'mock.R' 'old-school.R' 'praise.R' 'reporter-check.R'
'reporter-fail.R' 'reporter-list.R' 'reporter-minimal.R'
'reporter-multi.R' 'reporter-rstudio.R' 'reporter-silent.R'
'reporter-stop.R' 'stack.R' 'reporter-summary.R'
'reporter-tap.R' 'reporter-teamcity.R' 'reporter-zzz.R'
'skip.R' 'source.R' 'test-compiled-code.R' 'test-example.R'
'test-files.R' 'test-package.R' 'test-path.R' 'test-that.R'
'traceback.R' 'try-again.R' 'utils.R' 'watcher.R'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-04-22 20:14:31 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-04-23 08:37:40


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'testthat' ...
** package 'testthat' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT -I/usr/local/include    -fpic  -g -O2  -c label.c -o label.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT -I/usr/local/include    -fpic  -g -O2  -c reassign.c -o reassign.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT -I/usr/local/include    -fpic  -g -O2  -c test-catch.cpp -o test-catch.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT -I/usr/local/include    -fpic  -g -O2  -c test-example.cpp -o test-example.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_TESTTHAT -I/usr/local/include    -fpic  -g -O2  -c test-runner.cpp -o test-runner.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o testthat.so label.o reassign.o test-catch.o test-example.o test-runner.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/testthat/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'testthat'
    finding HTML links ... done
    CheckReporter                           html  
    FailReporter                            html  
    ListReporter                            html  
    MinimalReporter                         html  
    MultiReporter                           html  
    Reporter                                html  
    RstudioReporter                         html  
    SilentReporter                          html  
    StopReporter                            html  
    SummaryReporter                         html  
    TapReporter                             html  
    TeamcityReporter                        html  
    auto_test                               html  
    auto_test_package                       html  
    compare                                 html  
    compare_state                           html  
    comparison-expectations                 html  
    context                                 html  
    describe                                html  
    dir_state                               html  
    equality-expectations                   html  
    evaluate_promise                        html  
    expect_cpp_tests_pass                   html  
    expect_equal_to_reference               html  
    expect_length                           html  
    expect_match                            html  
    expect_named                            html  
    expect_success                          html  
    expect_that                             html  
    expectation                             html  
    fail                                    html  
    find_reporter                           html  
    find_test_scripts                       html  
    inheritance-expectations                html  
    logical-expectations                    html  
    make_expectation                        html  
    not                                     html  
    oldskool                                html  
    output-expectations                     html  
    reexports                               html  
Rd warning: /tmp/Rtmpmi730f/R.INSTALL2ab320bb066d/testthat/man/reexports.Rd:13: missing file link '%>%'
    reporter-accessors                      html  
    safe_digest                             html  
    skip                                    html  
    source_file                             html  
    takes_less_than                         html  
    test_dir                                html  
    test_env                                html  
    test_examples                           html  
    test_file                               html  
    test_package                            html  
    test_path                               html  
    test_that                               html  
    testthat                                html  
    testthat_results                        html  
    try_again                               html  
    use_catch                               html  
    watch                                   html  
    with_mock                               html  
** building package indices
** testing if installed package can be loaded
* DONE (testthat)
Making 'packages.html' ... done