Last updated on 2025-05-03 22:50:36 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
pepr | 2 | 11 | |
simpleCache | 1 | 12 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.5.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Nathan Sheffield <nathan@code.databio.org>’
The BugReports field in DESCRIPTION has
https://github.com/pepkit/pepr
which should likely be
https://github.com/pepkit/pepr/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 12
Version: 0.4.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Nathan Sheffield <nathan@code.databio.org>’
The BugReports field in DESCRIPTION has
https://github.com/databio/simpleCache
which should likely be
https://github.com/databio/simpleCache/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.2
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
Cannot extract version info from the following section titles:
simpleCache [0.0.1]
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.4.2
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(simpleCache)
>
> test_check("simpleCache")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_cache_lifespan.R:18:3'): Direct lifespan specification is preferred to background option ──
`t0` not equal to file.info(fp)$ctime.
1/1 mismatches
[1] 2025-05-01 16:10:53.993 - 2025-05-01 16:10:53.978 == 0.0156 secs
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 66 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64