Last updated on 2025-02-15 08:18:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.0 | 27.61 | 249.04 | 276.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.1.0 | 15.83 | 178.11 | 193.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.2.0 | 489.91 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.0 | 449.58 | NOTE | |||
r-devel-windows-x86_64 | 3.2.0 | 30.00 | 291.00 | 321.00 | OK | |
r-patched-linux-x86_64 | 3.1.0 | 30.33 | 243.44 | 273.77 | OK | |
r-release-linux-x86_64 | 3.1.0 | 23.76 | 243.79 | 267.55 | OK | |
r-release-macos-arm64 | 3.1.0 | 147.00 | OK | |||
r-release-macos-x86_64 | 3.2.0 | 354.00 | OK | |||
r-release-windows-x86_64 | 3.1.0 | 34.00 | 324.00 | 358.00 | OK | |
r-oldrel-macos-arm64 | 3.1.0 | 146.00 | OK | |||
r-oldrel-macos-x86_64 | 3.1.0 | 307.00 | OK | |||
r-oldrel-windows-x86_64 | 3.1.0 | 38.00 | 361.00 | 399.00 | OK |
Version: 3.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘fmrs.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 3.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [51s/97s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spant)
spant 3.2.0
Attaching package: 'spant'
The following object is masked from 'package:stats':
sd
>
> test_check("spant")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_fitting.R:57:3'): Test ABfit coarse-fitting steps only ───────
`fit_res` has changed from known value recorded in 'abfit_res_coarse.rds'.
Component "res_tab": Component "res.niter": Mean relative difference: 0.6688525
Backtrace:
▆
1. └─testthat::expect_equal_to_reference(...) at test_fitting.R:57:3
2. └─testthat::expect_known_value(..., update = update)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang