Last updated on 2026-03-05 15:53:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.11 | 8.15 | 71.23 | 79.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.11 | 5.11 | 44.49 | 49.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.11 | 12.00 | 104.70 | 116.70 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.11 | 13.00 | 100.90 | 113.90 | OK | |
| r-devel-macos-arm64 | 0.1.11 | 2.00 | 19.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 0.1.11 | 11.00 | 90.00 | 101.00 | OK | |
| r-patched-linux-x86_64 | 0.1.11 | 8.20 | 63.77 | 71.97 | OK | |
| r-release-linux-x86_64 | 0.1.11 | 7.00 | 63.30 | 70.30 | OK | |
| r-release-macos-arm64 | 0.1.11 | OK | ||||
| r-release-macos-x86_64 | 0.1.11 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.1.11 | 12.00 | 89.00 | 101.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.11 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.11 | 5.00 | 84.00 | 89.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.11 | 15.00 | 108.00 | 123.00 | OK |
Version: 0.1.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
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(geneviewer)
>
> test_check("geneviewer")
Saving _problems/test-load_data-18.R
[ FAIL 1 | WARN 8 | SKIP 0 | PASS 356 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-load_data.R:18:3'): Read FASTA from file path ──────────────────
Error in `geneviewer::read_fasta(file_path, sequence = FALSE)`: Biostrings package is not installed. Please install it using BiocManager::install("Biostrings").
Backtrace:
▆
1. └─geneviewer::read_fasta(file_path, sequence = FALSE) at test-load_data.R:18:3
[ FAIL 1 | WARN 8 | SKIP 0 | PASS 356 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.11
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘pwalign’
Flavor: r-oldrel-macos-x86_64