Last updated on 2026-02-12 04:52:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 17.46 | 244.99 | 262.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 49.00 | 539.30 | 588.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 44.00 | 490.98 | 534.98 | OK | |
| r-devel-macos-arm64 | 1.0.3 | 17.00 | 83.00 | 100.00 | ERROR | |
| r-devel-windows-x86_64 | 1.0.3 | 58.00 | 306.00 | 364.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 28.61 | 312.23 | 340.84 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 25.32 | 311.92 | 337.24 | OK | |
| r-release-macos-arm64 | 1.0.3 | OK | ||||
| r-release-macos-x86_64 | 1.0.3 | 38.00 | 454.00 | 492.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 62.00 | 304.00 | 366.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 39.00 | 572.00 | 611.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.3 | 87.00 | 400.00 | 487.00 | OK |
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/6s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> # library("testthat")
> # library("inDAGO")
>
> testthat::test_check("inDAGO")
Loading required package: inDAGO
The following packages are not installed: Rsubread, HTSFilter.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rsubread", "HTSFilter"))
Saving _problems/test-inDAGO_shiny-19.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:18:3'): (code run outside of `test_that()`) ─────
Error: Bioconductor version '3.22' requires R version '4.5'; use `version = '3.23'`
with R version 4.6; see https://bioconductor.org/install
Backtrace:
▆
1. └─BiocManager::install(pac) at test-inDAGO_shiny.R:18:3
2. └─BiocManager:::.version_validate(version)
3. ├─base::ifelse(.is_CRAN_check(), .message(txt), .stop(txt))
4. └─BiocManager:::.stop(txt)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-macos-arm64
Version: 1.0.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rsubread’
Flavor: r-oldrel-macos-x86_64