Last updated on 2026-02-13 03:50:36 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 15.19 | 695.65 | 710.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 41.00 | 1356.68 | 1397.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 37.00 | 1303.95 | 1340.95 | OK | |
| r-devel-macos-arm64 | 0.1.4 | 5.00 | 53.00 | 58.00 | ERROR | |
| r-devel-windows-x86_64 | 0.1.4 | 23.00 | 778.00 | 801.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 22.48 | 813.99 | 836.47 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 21.26 | 809.19 | 830.45 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 13.00 | 288.00 | 301.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 23.00 | 748.00 | 771.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 14.00 | 240.00 | 254.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 36.00 | 1024.00 | 1060.00 | OK |
Version: 0.1.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘fme_theory.Rmd’ using rmarkdown
--- finished re-building ‘fme_theory.Rmd’
--- re-building ‘fmeffects.Rmd’ using rmarkdown
Quitting from fmeffects.Rmd:121-127 [unnamed-chunk-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/purrr_error_indexed>
Error:
ℹ In index: 1.
Caused by error in `.__Task__col_roles()`:
! Assertion on 'names(rhs)' failed: Names must be a permutation of set {'feature','target','name','order','stratum','group','offset','weights_learner','weights_measure'}, but has extra elements {'always_included'}.
---
Backtrace:
▆
1. ├─parallel (local) workRSOCK()
2. │ └─parallel:::workLoop(...)
3. │ └─parallel:::workCommand(master)
4. │ ├─base::tryCatch(...)
5. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
6. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
7. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
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. │ ├─base::do.call(msg$data$fun, msg$data$args, quote = TRUE)
13. │ └─future (local) `<fn>`(base::quote(`<named list>`))
14. │ ├─base::tryCatch(...)
15. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
16. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
17. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
18. │ └─future:::evalFutureInternal(data)
19. │ ├─base::tryCatch(...)
20. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
21. │ │ ├─base (local) tryCatchOne(...)
22. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
23. │ │ └─base (local) tryCatchList(expr, names[-nh], parentenv, handlers[-nh])
24. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
25. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
26. │ ├─base::tryCatch(...)
27. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
28. │ ├─base::withCallingHandlers(...)
29. │ ├─base::withVisible(...)
30. │ └─base::eval(expr, envir = globalenv())
31. │ └─base::eval(expr, envir = globalenv())
32. ├─base::local(...)
33. │ └─base::eval.parent(substitute(eval(quote(expr), envir)))
34. │ └─base::eval(expr, p)
35. │ └─base::eval(expr, p)
36. ├─base::eval(...)
37. │ └─base::eval(...)
38. │ ├─base::do.call(...furrr_map_fn, args)
39. │ └─purrr (local) `<fn>`(.x = `<int>`, .f = `<fn>`)
40. │ └─purrr:::map_("double", .x, .f, ..., .progress = .progress)
41. │ ├─purrr:::with_indexed_errors(...)
42. │ │ └─base::withCallingHandlers(...)
43. │ ├─purrr:::call_with_cleanup(...)
44. │ └─.f(.x[[i]], ...)
45. │ └─fmeffects (local) ...furrr_fn(...)
46. │ └─fmeffects (local) nlm_id(.x)
47. │ └─NonLinearityMeasure$new(...)
48. │ └─fmeffects (local) initialize(...)
49. │ └─private$nlmCompute(...)
50. │ └─fmeffects (local) simpson(prediction.s, subintervals)
51. │ └─fmeffects (local) f(0/s + m)
52. │ └─predictor$predict(observation.t)
53. │ ├─data.table::as.data.table(self$model$predict_newdata(newdata))
54. │ └─self$model$predict_newdata(newdata)
55. │ └─mlr3:::.__Learner__predict_newdata(...)
56. └─mlr3 (local) `<fn>`(base::quote(`<named list>`))
57. └─mlr3:::.__Task__col_roles(...)
58. └─checkmate::assert_names(names(rhs), "unique", permutation.of = mlr_reflections$task_col_roles[[self$task_type]])
59. └─checkmate::makeAssertion(x, res, .var.name, add)
60. └─checkmate:::mstop(...)
61. └─base::stop(simpleError(sprintf(msg, ...), call.))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'fmeffects.Rmd' failed with diagnostics:
ℹ In index: 1.
Caused by error in `.__Task__col_roles()`:
! Assertion on 'names(rhs)' failed: Names must be a permutation of set {'feature','target','name','order','stratum','group','offset','weights_learner','weights_measure'}, but has extra elements {'always_included'}.
--- failed re-building ‘fmeffects.Rmd’
SUMMARY: processing the following file failed:
‘fmeffects.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-macos-arm64