Last updated on 2025-10-07 09:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.1 | 9.67 | 146.27 | 155.94 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 8.16 | 151.43 | 159.59 | 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 | 14.00 | 204.00 | 218.00 | OK | |
r-patched-linux-x86_64 | 1.3.1 | 9.12 | 135.35 | 144.47 | ERROR | |
r-release-linux-x86_64 | 1.3.1 | 8.93 | 135.69 | 144.62 | ERROR | |
r-release-macos-arm64 | 1.3.1 | 57.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.3.1 | 68.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.5.2 | 121.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.2 | 19.00 | 211.00 | 230.00 | OK |
Version: 1.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/30s]
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-devel-linux-x86_64-debian-clang
Version: 1.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/29s]
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-patched-linux-x86_64
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
Version: 1.3.1
Check: installed package size
Result: NOTE
installed size is 6.2Mb
sub-directories of 1Mb or more:
doc 2.0Mb
extdata 3.3Mb
Flavor: r-oldrel-macos-arm64