CRAN Package Check Results for Maintainer ‘Lane Drew <lanetdrew at gmail.com>’

Last updated on 2025-12-07 07:50:35 CET.

Package ERROR OK
ldmppr 5 8

Package ldmppr

Current CRAN status: ERROR: 5, OK: 8

Version: 1.0.4
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘ldmppr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: predict_marks > ### Title: Predict values from the mark distribution > ### Aliases: predict_marks > > ### ** Examples > > # Simulate a realization > generating_parameters <- c(2, 8, .02, 2.5, 3, 1, 2.5, .2) > M_n <- matrix(c(10, 14), ncol = 1) > generated_locs <- simulate_sc( + t_min = 0, + t_max = 1, + sc_params = generating_parameters, + anchor_point = M_n, + xy_bounds = c(0, 25, 0, 25) + ) > > # Load the raster files > raster_paths <- list.files(system.file("extdata", package = "ldmppr"), + pattern = "\\.tif$", full.names = TRUE + ) > rasters <- lapply(raster_paths, terra::rast) > > # Scale the rasters > scaled_raster_list <- scale_rasters(rasters) > > # Load the example mark model > file_path <- system.file("extdata", "example_mark_model.rds", package = "ldmppr") > example_mark_model <- readRDS(file_path) > > # Unbundle the model > mark_model <- bundle::unbundle(example_mark_model) Error in xgboost::xgb.load.raw(object, as_booster = TRUE) : unused argument (as_booster = TRUE) Calls: <Anonymous> ... <Anonymous> -> unbundle -> unbundle.bundle -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘ldmppr-Ex.R’ failed The error most likely occurred in: > ### Name: predict_marks > ### Title: Predict values from the mark distribution > ### Aliases: predict_marks > > ### ** Examples > > # Simulate a realization > generating_parameters <- c(2, 8, .02, 2.5, 3, 1, 2.5, .2) > M_n <- matrix(c(10, 14), ncol = 1) > generated_locs <- simulate_sc( + t_min = 0, + t_max = 1, + sc_params = generating_parameters, + anchor_point = M_n, + xy_bounds = c(0, 25, 0, 25) + ) > > # Load the raster files > raster_paths <- list.files(system.file("extdata", package = "ldmppr"), + pattern = "\\.tif$", full.names = TRUE + ) > rasters <- lapply(raster_paths, terra::rast) > > # Scale the rasters > scaled_raster_list <- scale_rasters(rasters) > > # Load the example mark model > file_path <- system.file("extdata", "example_mark_model.rds", package = "ldmppr") > example_mark_model <- readRDS(file_path) > > # Unbundle the model > mark_model <- bundle::unbundle(example_mark_model) Error in xgboost::xgb.load.raw(object, as_booster = TRUE) : unused argument (as_booster = TRUE) Calls: <Anonymous> ... <Anonymous> -> unbundle -> unbundle.bundle -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64

Version: 1.0.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘ldmppr_howto.Rmd’ using rmarkdown Quitting from ldmppr_howto.Rmd:100-130 [train_mark_model] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `xgboost::xgb.load.raw()`: ! unused argument (as_booster = TRUE) --- Backtrace: ▆ 1. ├─bundle::unbundle(example_mark_model$bundled_model) 2. └─bundle:::unbundle.bundle(example_mark_model$bundled_model) 3. └─x$situate(get_object(x)) 4. └─bundle::swap_element(object, "fit") 5. ├─bundle::unbundle(component) 6. └─bundle:::unbundle.bundle(component) 7. └─x$situate(get_object(x)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'ldmppr_howto.Rmd' failed with diagnostics: unused argument (as_booster = TRUE) --- failed re-building ‘ldmppr_howto.Rmd’ SUMMARY: processing the following file failed: ‘ldmppr_howto.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘ldmppr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: predict_marks > ### Title: Predict values from the mark distribution > ### Aliases: predict_marks > > ### ** Examples > > # Simulate a realization > generating_parameters <- c(2, 8, .02, 2.5, 3, 1, 2.5, .2) > M_n <- matrix(c(10, 14), ncol = 1) > generated_locs <- simulate_sc( + t_min = 0, + t_max = 1, + sc_params = generating_parameters, + anchor_point = M_n, + xy_bounds = c(0, 25, 0, 25) + ) > > # Load the raster files > raster_paths <- list.files(system.file("extdata", package = "ldmppr"), + pattern = "\\.tif$", full.names = TRUE + ) > rasters <- lapply(raster_paths, terra::rast) > > # Scale the rasters > scaled_raster_list <- scale_rasters(rasters) > > # Load the example mark model > file_path <- system.file("extdata", "example_mark_model.rds", package = "ldmppr") > example_mark_model <- readRDS(file_path) > > # Unbundle the model > mark_model <- bundle::unbundle(example_mark_model) Error in xgboost::xgb.load.raw(object, as_booster = TRUE) : unused argument (as_booster = TRUE) Calls: <Anonymous> ... <Anonymous> -> unbundle -> unbundle.bundle -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed extract_covars 6.964 0.13 8.708 Flavor: r-release-linux-x86_64

Version: 1.0.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘ldmppr_howto.Rmd’ using rmarkdown Quitting from ldmppr_howto.Rmd:100-130 [train_mark_model] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `xgboost::xgb.load.raw()`: ! unused argument (as_booster = TRUE) --- Backtrace: ▆ 1. ├─bundle::unbundle(example_mark_model$bundled_model) 2. └─bundle:::unbundle.bundle(example_mark_model$bundled_model) 3. └─x$situate(get_object(x)) 4. └─bundle::swap_element(object, "fit") 5. ├─bundle::unbundle(component) 6. └─bundle:::unbundle.bundle(component) 7. └─x$situate(get_object(x)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'ldmppr_howto.Rmd' failed with diagnostics: unused argument (as_booster = TRUE) --- failed re-building ‘ldmppr_howto.Rmd’ SUMMARY: processing the following file failed: ‘ldmppr_howto.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64