Last updated on 2026-09-04 08:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 3.93 | 304.62 | 308.55 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 2.68 | 229.72 | 232.40 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.6 | 210.04 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 221.32 | OK | |||
| r-devel-windows-x86_64 | 1.0.6 | 7.00 | 249.00 | 256.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.6 | 4.55 | 285.79 | 290.34 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 3.83 | 287.25 | 291.08 | OK | |
| r-release-macos-arm64 | 1.0.6 | 1.00 | 99.00 | 100.00 | OK | |
| r-release-macos-x86_64 | 1.0.6 | 3.00 | 385.00 | 388.00 | OK | |
| r-release-windows-x86_64 | 1.0.6 | 7.00 | 280.00 | 287.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.6 | 3.00 | 328.00 | 331.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.6 | 9.00 | 384.00 | 393.00 | OK |
Version: 1.0.6
Check: examples
Result: 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
Flavor: r-devel-windows-x86_64
Version: 1.0.6
Check: tests
Result: 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
Flavor: r-devel-windows-x86_64