Last updated on 2020-08-07 01:50:12 CEST.
Package | ERROR | NOTE |
---|---|---|
loose.rock | 2 | 10 |
Current CRAN status: ERROR: 2, NOTE: 10
Version: 1.0.16
Check: package vignettes
Result: NOTE
Package vignette with placeholder title 'Vignette Title':
'Overview.Rmd'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 1.0.16
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘futile.options’
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.0.16
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/57s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
>
> test_check("loose.rock")
── 1. Failure: run.cache base.dir in folder that does not have access (@test-run
`run.cache(sum, 1, 2, 3, 4, 5, show.message = FALSE, base.dir = "/")` did not produce any warnings.
── 2. Failure: run.cache base.dir in folder that does not have access (@test-run
`run.cache(sum, 1, 2, 3, 4, 5, show.message = FALSE, base.dir = "/daca")` did not produce any warnings.
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 147 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 2 ]
1. Failure: run.cache base.dir in folder that does not have access (@test-run.cache.R#29)
2. Failure: run.cache base.dir in folder that does not have access (@test-run.cache.R#40)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.16
Check: tests
Result: ERROR
Running 'testthat.R' [32s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(loose.rock)
>
> test_check("loose.rock")
-- 1. Error: coding genes retrieves some genes (@test-coding.genes.R#4) -------
cannot open the connection
Backtrace:
1. loose.rock::coding.genes(verbose = FALSE)
4. utils::read.table(...)
6. base::open.connection(file, "rt")
== testthat results ===========================================================
[ OK: 146 | SKIPPED: 2 | WARNINGS: 3 | FAILED: 1 ]
1. Error: coding genes retrieves some genes (@test-coding.genes.R#4)
Error: testthat unit tests failed
In addition: Warning message:
In for (i in (1L:n)[grob.units]) { :
closing unused connection 4 (https://ftp.ncbi.nih.gov/pub/CCDS/current_human/CCDS.current.txt)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64