CRAN Package Check Results for Package tepr

Last updated on 2026-04-28 08:53:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.15 48.87 487.66 536.53 OK
r-devel-linux-x86_64-debian-gcc 1.1.15 34.50 385.01 419.51 OK
r-devel-linux-x86_64-fedora-clang 1.1.15 82.00 788.68 870.68 OK
r-devel-linux-x86_64-fedora-gcc 1.1.15 79.00 752.28 831.28 OK
r-devel-windows-x86_64 1.1.15 54.00 449.00 503.00 OK
r-patched-linux-x86_64 1.1.15 43.51 463.48 506.99 OK
r-release-linux-x86_64 1.1.15 46.67 464.78 511.45 OK
r-release-macos-arm64 1.1.15 13.00 132.00 145.00 OK
r-release-macos-x86_64 1.1.15 32.00 333.00 365.00 OK
r-release-windows-x86_64 1.1.15 49.00 509.00 558.00 OK
r-oldrel-macos-arm64 1.1.15 13.00 121.00 134.00 OK
r-oldrel-macos-x86_64 1.1.15 31.00 414.00 445.00 OK
r-oldrel-windows-x86_64 1.1.15 70.00 540.00 610.00 ERROR

Check Details

Version: 1.1.15
Check: examples
Result: ERROR Running examples in 'tepr-Ex.R' failed The error most likely occurred in: > ### Name: retrievechrom > ### Title: Retrieve chromosome lengths and information for a specified > ### genome. > ### Aliases: retrievechrom > > ### ** Examples > > # This example requires an internet connection to the UCSC database > hg19_chroms <- retrievechrom(genomename = "hg19", verbose = TRUE) Retrieving chromosome lengths Error in retrievechrom(genomename = "hg19", verbose = TRUE) : [tepr] Error: Genome not found. 'hg19' not found via SeqinfoForUCSCGenome. Check spelling or UCSC availability. Alternatively, provide 'chromtab' directly. Execution halted Flavor: r-oldrel-windows-x86_64

Version: 1.1.15
Check: tests
Result: ERROR Running 'testthat.R' [30s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(tepr) > > test_check("tepr") Saving _problems/test-preprocessing-blacklisthighmap-10.R Saving _problems/test-preprocessing-createtablescores-11.R Saving _problems/test-preprocessing-24.R [ FAIL 3 | WARN 0 | SKIP 0 | PASS 28 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-preprocessing-blacklisthighmap.R:10:1'): (code run outside of `test_that()`) ── Error in `retrievechrom(genomename, verbose = FALSE, filterchrom = FALSE)`: [tepr] Error: Genome not found. 'hg38' not found via SeqinfoForUCSCGenome. Check spelling or UCSC availability. Alternatively, provide 'chromtab' directly. Backtrace: ▆ 1. └─tepr::retrievechrom(genomename, verbose = FALSE, filterchrom = FALSE) at test-preprocessing-blacklisthighmap.R:10:1 ── Error ('test-preprocessing-createtablescores.R:11:1'): (code run outside of `test_that()`) ── Error in `retrievechrom(genomename, verbose = FALSE)`: [tepr] Error: Genome not found. 'hg38' not found via SeqinfoForUCSCGenome. Check spelling or UCSC availability. Alternatively, provide 'chromtab' directly. Backtrace: ▆ 1. └─tepr::retrievechrom(genomename, verbose = FALSE) at test-preprocessing-createtablescores.R:11:1 ── Error ('test-preprocessing.R:23:1'): (code run outside of `test_that()`) ──── Error in `retrievechrom(genomename, verbose)`: [tepr] Error: Genome not found. 'hg38' not found via SeqinfoForUCSCGenome. Check spelling or UCSC availability. Alternatively, provide 'chromtab' directly. Backtrace: ▆ 1. └─tepr::preprocessing(...) at test-preprocessing.R:23:1 2. └─tepr:::.createbedgraphlistwmean(...) 3. └─tepr::blacklisthighmap(...) 4. └─tepr::retrievechrom(genomename, verbose) [ FAIL 3 | WARN 0 | SKIP 0 | PASS 28 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64