Last updated on 2026-05-04 09:49:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0.0 | 2.32 | 116.93 | 119.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0.0 | 1.68 | 76.81 | 78.49 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0.0 | 208.05 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0.0 | 198.25 | OK | |||
| r-devel-windows-x86_64 | 1.0.0.0 | 4.00 | 111.00 | 115.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0.0 | 2.32 | 107.60 | 109.92 | OK | |
| r-release-linux-x86_64 | 1.0.0.0 | 2.26 | 33.15 | 35.41 | ERROR | |
| r-release-macos-arm64 | 1.0.0.0 | 1.00 | 31.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 1.0.0.0 | 2.00 | 117.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 1.0.0.0 | 5.00 | 111.00 | 116.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0.0 | 2.00 | 213.00 | 215.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0.0 | 6.00 | 149.00 | 155.00 | OK |
Version: 1.0.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
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(dependentsimr)
>
> test_check("dependentsimr")
Saving _problems/test-dependentsim-77.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 6 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dependentsim.R:77:1'): (code run outside of `test_that()`) ─────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `fit_deseq(data)`: The package "DESeq2" is required Using type='DESeq2' requires DESeq2
Backtrace:
▆
1. └─dependentsimr::get_random_structure(...) at test-dependentsim.R:77:1
2. └─dependentsimr:::marginals_and_transform(datasets, types)
3. └─dependentsimr:::fit_deseq(data)
4. └─rlang::check_installed("DESeq2", reason = "Using type='DESeq2' requires DESeq2")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 6 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘simulate_data.Rmd’ using rmarkdown
Quitting from simulate_data.Rmd:85-87 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlib_error_package_not_found>
Error in `fit_deseq()`:
! The package "DESeq2" is required Using type='DESeq2' requires DESeq2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'simulate_data.Rmd' failed with diagnostics:
The package "DESeq2" is required Using type='DESeq2' requires DESeq2
--- failed re-building ‘simulate_data.Rmd’
SUMMARY: processing the following file failed:
‘simulate_data.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64