Last updated on 2026-05-30 09:51:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.15 | ERROR | ||||
| r-devel-linux-x86_64-debian-gcc | 1.1.15 | 32.47 | 357.93 | 390.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.15 | 87.00 | 791.09 | 878.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.15 | 86.00 | 798.22 | 884.22 | OK | |
| r-devel-windows-x86_64 | 1.1.15 | 52.00 | 447.00 | 499.00 | OK | |
| r-patched-linux-x86_64 | 1.1.15 | 46.61 | 465.33 | 511.94 | OK | |
| r-release-linux-x86_64 | 1.1.15 | 42.47 | 464.73 | 507.20 | 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 | 457.00 | 489.00 | OK | |
| r-release-windows-x86_64 | 1.1.15 | 48.00 | 444.00 | 492.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 | 69.00 | 574.00 | 643.00 | ERROR |
Version: 1.1.15
Check: examples
Result: ERROR
Running examples in ‘tepr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-devel-linux-x86_64-debian-clang
Version: 1.1.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/60s]
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-devel-linux-x86_64-debian-clang
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' [63s]
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