Last updated on 2025-12-20 20:49:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.4 | 27.53 | 312.62 | 340.15 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.4 | 17.18 | 178.94 | 196.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.4 | 62.00 | 426.48 | 488.48 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.4 | 55.00 | 384.59 | 439.59 | ERROR | |
| r-devel-windows-x86_64 | 1.0.4 | 35.00 | 277.00 | 312.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.4 | 27.60 | 238.37 | 265.97 | ERROR | |
| r-release-linux-x86_64 | 1.0.4 | 28.65 | 233.89 | 262.54 | ERROR | |
| r-release-macos-arm64 | 1.0.4 | OK | ||||
| r-release-macos-x86_64 | 1.0.4 | 17.00 | 182.00 | 199.00 | OK | |
| r-release-windows-x86_64 | 1.0.4 | 34.00 | 274.00 | 308.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.4 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.4 | 17.00 | 208.00 | 225.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.4 | 42.00 | 367.00 | 409.00 | ERROR |
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 7.309 0.148 8.699
Flavor: r-devel-linux-x86_64-debian-clang
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 4.165 0.192 5.055
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-devel-windows-x86_64, 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.907 0.114 9.152
Flavor: r-patched-linux-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.662 0.205 8.38
Flavor: r-release-linux-x86_64