- using R Under development (unstable) (2026-08-31 r90457 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
* current time: 2026-09-01 21:28:15 UTC
- checking for file 'rassta/DESCRIPTION' ... OK
- this is package 'rassta' version '1.0.6'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'rassta' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s] OK
- checking whether the package can be unloaded cleanly ... [0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s] OK
- checking loading without being on the library search path ... [0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [26s] ERROR
Running examples in 'rassta-Ex.R' failed
The error most likely occurred in:
> ### Name: select_functions
> ### Title: Select Constrained Univariate Distribution Functions
> ### Aliases: select_functions
>
> ### ** Examples
>
> require(terra)
Loading required package: terra
terra 1.9.46
> p <- system.file("exdat", package = "rassta")
> # Multi-layer SpatRaster of topographic variables
> ## 3 topographic variables
> tf <- list.files(path = p, pattern = "^height|^slope|^wetness",
+ full.names = TRUE
+ )
> tvars <- terra::rast(tf)
> # Single-layer SpatRaster of topographic classification units
> ## 5 classification units
> tcf <- list.files(path = p, pattern = "topography.tif", full.names = TRUE)
> tcu <- terra::rast(tcf)
> # Automatic selection of distribution functions
> tdif <- select_functions(cu.rast = tcu, var.rast = tvars, fun = mean)
Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [11s] ERROR
Running 'tinytest.R' [11s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("rassta")
+ }
Attaching package: 'rassta'
The following object is masked from 'package:methods':
signature
test_dummies.R................ 0 tests
test_dummies.R................ 0 tests
test_dummies.R................ 0 tests
test_dummies.R................ 0 tests
test_dummies.R................ 1 tests OK
test_dummies.R................ 2 tests OK 6.8s
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 0 tests
test_locations.R.............. 1 tests OK
test_locations.R.............. 2 tests OK 0.9s
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 0 tests
test_observations.R........... 1 tests OK
test_observations.R........... 2 tests OK 0.4s
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 0 tests
test_predict_functions.R...... 1 tests OK 1.1s
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests
test_select_functions.R....... 0 tests Error: object 'ggcoef_multinom' is not exported by 'namespace:ggstats'
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [150s] OK
- checking PDF version of manual ... [20s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 2 ERRORs