Last updated on 2024-12-20 00:48:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 83.86 | 175.27 | 259.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 63.83 | 114.20 | 178.03 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 455.86 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 443.07 | OK | |||
r-devel-windows-x86_64 | 1.0 | 96.00 | 212.00 | 308.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 85.07 | 165.17 | 250.24 | NOTE | |
r-release-linux-x86_64 | 1.0 | 80.79 | 163.76 | 244.55 | NOTE | |
r-release-macos-arm64 | 1.0 | 122.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 287.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 94.00 | 199.00 | 293.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 9.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0 | 12.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0 | 113.00 | 252.00 | 365.00 | NOTE |
Version: 1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(kmeRtone)
>
> testthat::test_check("kmeRtone")
------------------------------------------------------------
Extraction of Case K-mers
------------------------------------------------------------
Extracting 2-mers from chr20............[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_score.R:25:1'): (code run outside of `test_that()`) ────────────
Error in `download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress)`: cannot open URL 'https://hgdownload.soe.ucsc.edu/goldenPath/hg19/chromosomes/'
Backtrace:
▆
1. └─kmeRtone::kmeRtone(...) at test_score.R:25:1
2. └─kmeRtone::SCORE(...)
3. └─kmeRtone::extractKmers(...)
4. └─future.apply::future_lapply(...)
5. └─future.apply:::future_xapply(...)
6. ├─future::value(fs)
7. └─future:::value.list(fs)
8. ├─future::resolve(...)
9. └─future:::resolve.list(...)
10. └─future (local) signalConditionsASAP(obj, resignal = FALSE, pos = ii)
11. └─future:::signalConditions(...)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: 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-windows-x86_64
Version: 1.0
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
libs 3.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64
Version: 1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘seqLogo’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64