Last updated on 2026-07-18 09:50:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.1 | 23.90 | 278.88 | 302.78 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.1 | 16.83 | 186.51 | 203.34 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.1 | 39.00 | 446.96 | 485.96 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 16.00 | 174.09 | 190.09 | OK | |
| r-devel-windows-x86_64 | 0.7.1 | 25.00 | 256.00 | 281.00 | OK | |
| r-patched-linux-x86_64 | 0.7.0 | 22.24 | 252.84 | 275.08 | ERROR | |
| 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.1 | 22.00 | 261.00 | 283.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.1 | 5.00 | 67.00 | 72.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.1 | 15.00 | 297.00 | 312.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.1 | 23.00 | 337.00 | 360.00 | OK |
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [143s/174s]
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-patched-linux-x86_64