Last updated on 2026-07-15 23:51:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 21.47 | 279.75 | 301.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 14.19 | 192.13 | 206.32 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 38.00 | 407.02 | 445.02 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 17.00 | 195.39 | 212.39 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 24.00 | 252.00 | 276.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 22.18 | 253.61 | 275.79 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 21.30 | 257.15 | 278.45 | OK | |
| r-release-macos-arm64 | 0.7.1 | 5.00 | 66.00 | 71.00 | OK | |
| r-release-macos-x86_64 | 0.7.1 | 15.00 | 309.00 | 324.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 24.00 | 249.00 | 273.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | 5.00 | 68.00 | 73.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.1 | 15.00 | 297.00 | 312.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 33.00 | 370.00 | 403.00 | OK |
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [102s/165s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3fda")
+ library("tf")
+ test_check("mlr3fda")
+ }
Loading required package: mlr3
Loading required package: mlr3pipelines
Attaching package: 'tf'
The following objects are masked from 'package:stats':
fivenum, sd, var
The following object is masked from 'package:datasets':
gait
The following object is masked from 'package:base':
rank
x Differentiating over irregular grids can be unstable.
x Differentiating over irregular grids can be unstable.
Saving _problems/test_tf-9.R
[ FAIL 1 | WARN 15 | SKIP 3 | PASS 7909 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test_PipeOpFDASmooth.R:7:1', 'test_PipeOpFDAWavelets.R:7:1'
• {fdasrvf} is not installed (1): 'test_PipeOpFDARegister.R:92:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_tf.R:9:3'): tf does not support NAs ──────────────────────────
Expected `x` to have length 0.
Actual length: 1.
[ FAIL 1 | WARN 15 | SKIP 3 | PASS 7909 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc