Last updated on 2015-09-06 23:47:19.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 1.05 | 32.52 | 33.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 1.06 | 33.13 | 34.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 64.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 64.74 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2.0 | 62.62 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 7.00 | 115.00 | 122.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.0 | 1.12 | 35.59 | 36.70 | NOTE | |
r-patched-solaris-sparc | 1.2.0 | 433.60 | ERROR | |||
r-patched-solaris-x86 | 1.2.0 | 102.80 | ERROR | |||
r-release-linux-x86_64 | 1.2.0 | 1.10 | 34.79 | 35.89 | NOTE | |
r-release-osx-x86_64-mavericks | 1.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 9.00 | 113.00 | 122.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 12.00 | 111.00 | 123.00 | NOTE |
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
‘count’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2.0
Check: R code for possible problems
Result: NOTE
address: no visible global function definition for ‘capture.output’
address: no visible global function definition for ‘str’
as.data.frame.coverage: no visible global function definition for
‘setNames’
exclude : <anonymous>: no visible global function definition for
‘getSrcFilename’
generate_display_name: no visible global function definition for
‘getSrcFilename’
markers.coverage : <anonymous>: no visible global function definition
for ‘getSrcFilename’
normalize_exclusions: no visible global function definition for
‘relist’
shine.coverages: no visible global function definition for ‘setNames’
source2: no visible global function definition for ‘capture.output’
tally_coverage: no visible global function definition for ‘aggregate’
tally_coverage: no visible binding for global variable ‘na.pass’
traced_files: no visible global function definition for ‘na.omit’
with_par: no visible global function definition for ‘par’
Undefined global functions or variables:
aggregate capture.output getSrcFilename na.omit na.pass par relist
setNames str
Consider adding
importFrom("graphics", "par")
importFrom("stats", "aggregate", "na.omit", "na.pass", "setNames")
importFrom("utils", "capture.output", "getSrcFilename", "relist",
"str")
to your NAMESPACE.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64
Version: 1.2.0
Check: tests
Result: ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
7. Error: it works with travis pull requests
8. Error: it works with codeship
9. Error: it works with circleci
1. Error: it works with semaphore
2. Error: it works with drone
3. Error: it works with AppVeyor
4. Error: it works with Wercker
5. Error: coveralls generates a properly formatted json file
6. Error: coveralls can spawn a job using repo_token
7. ...
Error: testthat unit tests failed
Execution halted
Flavors: r-patched-solaris-sparc, r-patched-solaris-x86