CRAN Package Check Results for Package loose.rock

Last updated on 2020-08-07 01:49:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.16 4.32 70.24 74.56 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.16 3.92 51.75 55.67 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.16 95.79 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.16 86.92 NOTE
r-devel-windows-ix86+x86_64 1.0.16 20.00 173.00 193.00 NOTE
r-patched-linux-x86_64 1.0.16 4.71 66.61 71.32 NOTE
r-patched-solaris-x86 1.0.16 151.30 NOTE
r-release-linux-x86_64 1.0.16 4.04 66.98 71.02 NOTE
r-release-macos-x86_64 1.0.16 NOTE
r-release-windows-ix86+x86_64 1.0.16 22.00 105.00 127.00 NOTE
r-oldrel-macos-x86_64 1.0.16 ERROR
r-oldrel-windows-ix86+x86_64 1.0.16 10.00 99.00 109.00 ERROR

Check Details

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