Last updated on 2026-07-23 13:49:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 29.93 | 592.90 | 622.83 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 84.00 | 738.30 | 822.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 34.00 | 542.54 | 576.54 | OK | |
| r-release-macos-arm64 | 0.1.0 | 10.00 | 133.00 | 143.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 34.00 | 787.00 | 821.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 58.00 | 478.00 | 536.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 33.00 | 984.00 | 1017.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [198s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> Sys.setenv(OMP_NUM_THREADS = "1")
>
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("mlr3forecast")
+
+ test_check("mlr3forecast")
+ }
Loading required package: mlr3
Starting 2 test processes.
> test_LearnerFcst.R: INFO [02:26:32.301] [mlr3] Calling train method of fallback 'fcst.mean' on task 'airpassengers' with 95 observations {learner: <LearnerFcstMean/LearnerFcstForecast/LearnerFcst/LearnerRegr/Learner/R6>}
> test_PipeOpFcstSplitKey.R: INFO [02:27:33.642] [mlr3] Resampling 'fcst.holdout' is being instantiated on task 'panel'
> test_PipeOpFcstSplitKey.R: INFO [02:27:33.744] [mlr3] Applying learner 'fcst.splitkey.fcst.lags.regr.featureless.fcst.unitekey' on task 'panel' (iter 1/1)
> test_PipeOpFcstSplitKey.R: INFO [02:27:36.240] [mlr3] Resampling 'fcst.cv' is being instantiated on task 'panel'
> test_PipeOpFcstSplitKey.R: INFO [02:27:36.287] [mlr3] Applying learner 'fcst.splitkey.fcst.lags.regr.featureless.fcst.unitekey' on task 'panel' (iter 1/2)
> test_PipeOpFcstSplitKey.R: INFO [02:27:37.238] [mlr3] Applying learner 'fcst.splitkey.fcst.lags.regr.featureless.fcst.unitekey' on task 'panel' (iter 2/2)
> test_as_task_fcst.R: [value]: 'y'
> test_fcst_msarima.R:
Error:
! testthat subprocess exited in file 'test_fcst_msarima.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("mlr3forecast")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64