CRAN Package Check Results for Package fmeffects

Last updated on 2025-11-28 10:49:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 21.15 745.37 766.52 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 14.51 560.27 574.78 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 147.00 1015.07 1162.07 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 82.00 144.54 226.54 ERROR
r-devel-windows-x86_64 0.1.4 27.00 649.00 676.00 OK
r-patched-linux-x86_64 0.1.4 21.85 704.06 725.91 OK
r-release-linux-x86_64 0.1.4 21.17 705.61 726.78 OK
r-release-macos-arm64 0.1.4 OK
r-release-macos-x86_64 0.1.4 20.00 281.00 301.00 OK
r-release-windows-x86_64 0.1.4 24.00 641.00 665.00 OK
r-oldrel-macos-arm64 0.1.4 OK
r-oldrel-macos-x86_64 0.1.4 18.00 236.00 254.00 OK
r-oldrel-windows-x86_64 0.1.4 33.00 887.00 920.00 OK

Check Details

Version: 0.1.4
Check: examples
Result: ERROR Running examples in ‘fmeffects-Ex.R’ failed The error most likely occurred in: > ### Name: AverageMarginalEffects > ### Title: R6 Class computing Average Marginal Effects (AME) based on > ### Forward Marginal Effects (FME) for a model > ### Aliases: AverageMarginalEffects > > ### ** Examples > > > ## ------------------------------------------------ > ## Method `AverageMarginalEffects$new` > ## ------------------------------------------------ > > # Train a model: > > library(mlr3verse) Loading required package: mlr3 Error: package or namespace load failed for ‘mlr3verse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘mlr3pipelines’ Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.4
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/13s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > > test_check("fmeffects") Loading required package: fmeffects Saving _problems/test-compute_ame-2.R Saving _problems/test-compute_fme-3.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-compute_ame.R:2:1'): (code run outside of `test_that()`) ─────── Error: package or namespace load failed for 'mlr3verse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'mlr3pipelines' Backtrace: ▆ 1. └─base::library(mlr3verse) at test-compute_ame.R:2:1 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-compute_fme.R:3:3'): FME computation correct ─────────────────── Error: package or namespace load failed for 'mlr3verse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'mlr3pipelines' Backtrace: ▆ 1. └─base::library(mlr3verse) at test-compute_fme.R:3:3 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

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 [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘fme_theory.Rmd’ --- re-building ‘fmeffects.Rmd’ using rmarkdown Quitting from fmeffects.Rmd:39-45 [unnamed-chunk-2] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! package or namespace load failed for 'mlr3verse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'mlr3pipelines' --- Backtrace: ▆ 1. └─base::library(mlr3verse) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'fmeffects.Rmd' failed with diagnostics: package or namespace load failed for 'mlr3verse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'mlr3pipelines' --- failed re-building ‘fmeffects.Rmd’ SUMMARY: processing the following file failed: ‘fmeffects.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc