Last updated on 2020-08-07 01:50:15 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
rapbase | 1 | 4 | 7 |
Current CRAN status: ERROR: 1, NOTE: 4, OK: 7
Version: 1.10.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘RJDBC’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.10.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
$ operator is invalid for atomic vectors
Backtrace:
1. testthat::expect_true(is.vector(getRapPackages()))
5. rapbase::getRapPackages()
6. base::sapply(allPkg$Package, isPkgRapReg)
7. base::lapply(X = X, FUN = FUN, ...)
8. rapbase:::FUN(X[[i]], ...)
9. base::grepl(...)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 85 | SKIPPED: 3 | WARNINGS: 4 | FAILED: 1 ]
1. Error: Listing of Rapporteket packages is present (@test-miscellaneous-functions.R#4)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-macos-x86_64