Last updated on 2017-07-31 01:47:23.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.0.1 | 19.00 | 37.51 | 56.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 6.0.1 | 19.44 | 31.15 | 50.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 6.0.1 | 101.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 6.0.1 | 92.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 6.0.1 | 81.00 | 125.00 | 206.00 | OK | |
r-patched-linux-x86_64 | 6.0.1 | 19.22 | 38.22 | 57.44 | NOTE | |
r-patched-solaris-x86 | 6.0.1 | 108.70 | OK | |||
r-release-linux-x86_64 | 6.0.1 | 18.64 | 38.15 | 56.79 | NOTE | |
r-release-windows-ix86+x86_64 | 6.0.1 | 71.00 | 119.00 | 190.00 | OK | |
r-release-osx-x86_64 | 6.0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 6.0.1 | 77.00 | 84.00 | 161.00 | OK | |
r-oldrel-osx-x86_64 | 6.0.1 | OK |
Version: 6.0.1
Check: compiled code
Result: NOTE
File ‘roxygen2/libs/roxygen2.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 6.0.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘devtools’
Flavor: r-release-osx-x86_64
Version: 6.0.1
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘devtools’
Flavor: r-release-osx-x86_64
Version: 6.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
7: getExportedValue(pkg, name)
8: asNamespace(ns)
9: getNamespace(ns)
10: tryCatch(loadNamespace(name), error = function(e) stop(e))
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatchOne(expr, names, parentenv, handlers[[1L]])
13: value[[3L]](cond)
?testthat results ================================================================
OK: 484 SKIPPED: 0 FAILED: 2
1. Error: can document eager data (@test-rd-data.R#7)
2. Error: can document lazy data (@test-rd-data.R#15)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64