Last updated on 2025-10-09 05:50:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.2 | 13.85 | 221.61 | 235.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 8.32 | 152.60 | 160.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.2 | 348.91 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 330.29 | OK | |||
r-devel-windows-x86_64 | 1.5.2 | 13.00 | 202.00 | 215.00 | OK | |
r-patched-linux-x86_64 | 1.5.2 | 12.92 | 209.40 | 222.32 | OK | |
r-release-linux-x86_64 | 1.3.1 | 8.93 | 135.69 | 144.62 | ERROR | |
r-release-macos-arm64 | 1.5.2 | 131.00 | OK | |||
r-release-macos-x86_64 | 1.5.2 | 108.00 | OK | |||
r-release-windows-x86_64 | 1.5.2 | 17.00 | 208.00 | 225.00 | OK | |
r-oldrel-macos-arm64 | 1.5.2 | 105.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.2 | 121.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.2 | 23.00 | 266.00 | 289.00 | OK |
Version: 1.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> # run the test
> test_check("isoorbi")
Loading required package: isoorbi
[ FAIL 5 | WARN 1 | SKIP 0 | PASS 350 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_blocks_functions.R:352:3'): test orbi_add_blocks_to_plot() ───
orbi_add_blocks_to_plot(fig) has type 'object', not 'list'.
Backtrace:
▆
1. ├─base::suppressMessages(...) at test_blocks_functions.R:352:3
2. │ └─base::withCallingHandlers(...)
3. └─testthat::expect_type(orbi_add_blocks_to_plot(fig), "list")
── Failure ('test_plotting_functions.R:84:3'): orbi_plot_satellite_peaks() tests ──
orbi_plot_satellite_peaks(df2) has type 'object', not 'list'.
── Failure ('test_plotting_functions.R:107:3'): orbi_plot_raw_data() tests ─────
orbi_plot_raw_data(df, y = "ratio") has type 'object', not 'list'.
── Failure ('test_plotting_functions.R:139:3'): orbi_plot_isotopocule_coverage() tests ──
`fig` has type 'object', not 'list'.
── Failure ('test_shotnoise_functions.R:94:3'): orbi_plot_shot_noise() tests ───
orbi_plot_shot_noise(df, "time.min") has type 'object', not 'list'.
[ FAIL 5 | WARN 1 | SKIP 0 | PASS 350 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64