Last data update: 2014.03.03

covr

Package: covr
Title: Test Coverage for Packages
Version: 2.1.0
Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre"))
Description: Track and report code coverage for your package and (optionally)
upload the results to a coverage service like Codecov (http://codecov.io) or
Coveralls (http://coveralls.io). Code coverage is a measure of the amount of
code being exercised by the tests. It is an indirect measure of test quality.
This package is compatible with any testing methodology or framework and tracks
coverage of both R code and compiled C/C++/Fortran code.
URL: https://github.com/jimhester/covr
BugReports: https://github.com/jimhester/covr/issues
Depends: R (>= 3.1.0), methods
Imports: stats, utils, jsonlite, rex, httr, crayon, withr (>= 1.0.2),
memoise
Suggests: R6, knitr, rmarkdown, shiny (>= 0.11.1), htmltools, DT,
testthat, rstudioapi (>= 0.2), devtools
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-21 19:39:19 UTC; jhester
Author: Jim Hester [aut, cre]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-21 22:44:22

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'covr' ...
** package 'covr' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c reassign.c -o reassign.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o covr.so reassign.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/covr/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'covr'
    finding HTML links ... done
    clear_counters                          html  
    codecov                                 html  
    count                                   html  
    coveralls                               html  
    exclusions                              html  
    file_coverage                           html  
    function_coverage                       html  
    key                                     html  
    new_counter                             html  
Rd warning: /tmp/Rtmpyah0IZ/R.INSTALLecb21a23e1d/covr/man/new_counter.Rd:10: missing file link 'srcref'
    package_coverage                        html  
    percent_coverage                        html  
    print.coverage                          html  
    report                                  html  
    system_check                            html  
    system_output                           html  
    tally_coverage                          html  
    trace_calls                             html  
    value                                   html  
    zero_coverage                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (covr)
Making 'packages.html' ... done