Last updated on 2025-10-09 13:49:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 26.72 | 320.49 | 347.21 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 16.77 | 225.91 | 242.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 565.01 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 476.92 | ERROR | |||
r-devel-windows-x86_64 | 1.0.2 | 56.00 | 298.00 | 354.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 26.26 | 309.96 | 336.22 | OK | |
r-release-linux-x86_64 | 1.0.2 | 25.76 | 312.06 | 337.82 | OK | |
r-release-macos-arm64 | 1.0.2 | 173.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 344.00 | ERROR | |||
r-release-windows-x86_64 | 1.0.2 | 58.00 | 296.00 | 354.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 175.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 349.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.0.2 | 80.00 | 393.00 | 473.00 | OK |
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/28s]
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)
The following packages are not installed: Rfastp.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rfastp.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/18s]
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)
The following packages are not installed: Rfastp.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rfastp.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/57s]
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)
The following packages are not installed: Rfastp.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rfastp.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/22s]
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)
The following packages are not installed: Rfastp.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rfastp.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rfastp"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/13s]
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)
The following packages are not installed: Rsubread, Rfastp, HTSFilter.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rsubread", "Rfastp", "HTSFilter"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rsubread, Rfastp, HTSFilter.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rsubread", "Rfastp", "HTSFilter"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 1.0.2
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'Rfastp', 'Rsubread'
Flavor: r-oldrel-macos-x86_64
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/21s]
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)
The following packages are not installed: Rsubread, Rfastp.
To enable all the features of inDAGO, install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rsubread", "Rfastp"))
>
> test_check("inDAGO")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-inDAGO_shiny.R:4:3'): Shiny app is generated ───────────────────
Error in `inDAGO()`: The following packages are not installed: Rsubread, Rfastp.
To enable all the features of inDAGO install with:
if (!requireNamespace('BiocManager', quietly=TRUE))
install.packages('BiocManager')
BiocManager::install(c("Rsubread", "Rfastp"))
Backtrace:
▆
1. ├─testthat::expect_s3_class(inDAGO(), "shiny.appobj") at test-inDAGO_shiny.R:4:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─inDAGO::inDAGO()
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.