Last updated on 2026-03-09 10:50:51 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.4 | 59.14 | 427.63 | 486.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.4 | 36.16 | 269.96 | 306.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.0.4 | 104.00 | 654.69 | 758.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.0.4 | 101.00 | 660.00 | 761.00 | OK | |
| r-devel-macos-arm64 | 3.0.4 | 15.00 | 95.00 | 110.00 | OK | |
| r-devel-windows-x86_64 | 3.0.4 | 61.00 | 377.00 | 438.00 | OK | |
| r-patched-linux-x86_64 | 3.0.4 | 63.99 | 393.67 | 457.66 | OK | |
| r-release-linux-x86_64 | 3.0.4 | 58.39 | 392.36 | 450.75 | OK | |
| r-release-macos-arm64 | 3.0.4 | 14.00 | 89.00 | 103.00 | OK | |
| r-release-macos-x86_64 | 3.0.4 | 41.00 | 368.00 | 409.00 | OK | |
| r-release-windows-x86_64 | 3.0.4 | 59.00 | 364.00 | 423.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.4 | 14.00 | 97.00 | 111.00 | NOTE | |
| r-oldrel-macos-x86_64 | 3.0.4 | 43.00 | 607.00 | 650.00 | NOTE | |
| r-oldrel-windows-x86_64 | 3.0.4 | 85.00 | 525.00 | 610.00 | NOTE |
Version: 3.0.4
Check: examples
Result: ERROR
Running examples in ‘SpaDES.core-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: outputs
> ### Title: Simulation outputs
> ### Aliases: outputs outputs,simList-method outputs<-
> ### outputs<-,simList-method registerOutputs outputArgs
> ### outputArgs,simList-method outputArgs<- outputArgs<-,simList-method
>
> ### ** Examples
>
> #######################
> # outputs
> #######################
>
> tmpdir <- file.path(tempdir(), "outputs") |> checkPath(create = TRUE)
> tmpFile <- file.path(tmpdir, "temp.rds")
> tempObj <- 1:10
>
> # Can add data.frame of outputs directly into simInit call
> sim <- simInit(objects = c("tempObj"),
+ outputs = data.frame(objectName = "tempObj"),
+ paths = list(outputPath = tmpdir))
Setting:
options(
spades.outputPath = '/tmp/RtmplGG8pY/outputs'
)
Paths set to:
options(
rasterTmpDir = '/tmp/RtmplGG8pY/SpaDES/scratch/raster'
reproducible.cachePath = '/tmp/RtmplGG8pY/myProject/cache'
spades.inputPath = '/tmp/RtmplGG8pY/myProject/inputs'
spades.outputPath = '/tmp/RtmplGG8pY/outputs'
spades.modulePath = '/tmp/RtmplGG8pY/myProject/modules'
spades.scratchPath = '/tmp/RtmplGG8pY/SpaDES/scratch'
)
terra::terraOptions(tempdir = '/tmp/RtmplGG8pY/SpaDES/scratch/terra')
Mar08 14:34:55 simInit Using setDTthreads(1). To change: 'options(spades.DTthreads = X)'.
Error in basename(x) : a character vector argument expected
Calls: simInit ... <Anonymous> -> ifelse -> grepl -> is.factor -> basename
Elapsed time for simInit: 0.08081722 secs
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.0.4
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'NLMR', 'SpaDES.tools'
Flavor: r-oldrel-macos-arm64
Version: 3.0.4
Check: installed package size
Result: NOTE
installed size is 7.3Mb
sub-directories of 1Mb or more:
R 5.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 3.0.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘NLMR’
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-x86_64