CRAN Package Check Results for Package fmeffects

Last updated on 2024-06-30 03:55:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 27.03 777.92 804.95 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 22.34 587.77 610.11 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 187.04 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 1051.60 OK
r-devel-windows-x86_64 0.1.3 22.00 550.00 572.00 OK
r-patched-linux-x86_64 0.1.3 25.07 755.93 781.00 OK
r-release-linux-x86_64 0.1.3 20.13 734.35 754.48 OK
r-release-macos-arm64 0.1.3 196.00 OK
r-release-macos-x86_64 0.1.3 406.00 OK
r-release-windows-x86_64 0.1.3 24.00 561.00 585.00 OK
r-oldrel-macos-arm64 0.1.3 266.00 OK
r-oldrel-macos-x86_64 0.1.3 514.00 OK
r-oldrel-windows-x86_64 0.1.3 27.00 734.00 761.00 OK

Check Details

Version: 0.1.3
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’: object ‘FSelectInstanceMultiCrit’ is not exported by 'namespace:mlr3fselect' Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ 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 [ 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': object 'FSelectInstanceMultiCrit' is not exported by 'namespace:mlr3fselect' 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': object 'FSelectInstanceMultiCrit' is not exported by 'namespace:mlr3fselect' 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-clang

Version: 0.1.3
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 lines 40-45 [unnamed-chunk-2] (fmeffects.Rmd) Error: processing vignette 'fmeffects.Rmd' failed with diagnostics: package or namespace load failed for 'mlr3verse': object 'FSelectInstanceMultiCrit' is not exported by 'namespace:mlr3fselect' --- 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-clang