Last updated on 2026-07-17 09:51:05 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.1 | 15.48 | 188.67 | 204.15 | OK | |
| 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 | 16.00 | 174.12 | 190.12 | OK | |
| r-devel-windows-x86_64 | 0.7.1 | 24.00 | 258.00 | 282.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.0 | 32.00 | 364.00 | 396.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