Last updated on 2021-10-06 06:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.11-0 | 51.55 | 72.99 | 124.54 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.11-0 | 40.00 | 57.27 | 97.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.11-0 | 138.61 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.11-0 | 121.06 | ERROR | |||
r-devel-windows-x86_64 | 0.11-0 | 72.00 | 92.00 | 164.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 0.11-0 | OK | ||||
r-patched-linux-x86_64 | 0.11-0 | 43.42 | 70.68 | 114.10 | OK | |
r-patched-solaris-x86 | 0.11-0 | 125.10 | ERROR | |||
r-release-linux-x86_64 | 0.11-0 | 48.34 | 70.77 | 119.11 | OK | |
r-release-macos-arm64 | 0.11-0 | OK | ||||
r-release-macos-x86_64 | 0.11-0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.11-0 | 140.00 | 161.00 | 301.00 | OK | |
r-oldrel-macos-x86_64 | 0.11-0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.11-0 | 100.00 | 152.00 | 252.00 | OK |
Version: 0.11-0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RandomFields’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.11-0
Check: examples
Result: ERROR
Running examples in ‘SpatialBSS-Ex.R’ failed
The error most likely occurred in:
> ### Name: local_covariance_matrix
> ### Title: Computation of Local Covariance Matrices
> ### Aliases: local_covariance_matrix
>
> ### ** Examples
>
> # simulate coordinates
> coords <- runif(1000 * 2) * 20
> dim(coords) <- c(1000, 2)
>
> # simulate random field
> if (!requireNamespace('RandomFields', quietly = TRUE)) {
+ stop('Please install the package RandomFields to run the example code.')
+ } else {
+ RandomFields::RFoptions(spConform = FALSE)
+ field_1 <- RandomFields::RFsimulate(model = RandomFields::RMexp(),
+ x = coords)
+ field_2 <- RandomFields::RFsimulate(model = RandomFields::RMspheric(),
+ x = coords)
+ field_3 <- RandomFields::RFsimulate(model = RandomFields::RMwhittle(nu = 2),
+ x = coords)
+ field <- cbind(field_1, field_2, field_3)
+ }
Error: Please install the package RandomFields to run the example code.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.11-0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘SBSS.Rmd’ using rmarkdown
Quitting from lines 100-114 (SBSS.Rmd)
Error: processing vignette 'SBSS.Rmd' failed with diagnostics:
The package RandomFields is needed to run this example.
--- failed re-building ‘SBSS.Rmd’
SUMMARY: processing the following file failed:
‘SBSS.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.11-0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘SBSS.Rmd’ using rmarkdown
Pandoc is required to build R Markdown vignettes but not available. Please make sure it is installed.
Quitting from lines 100-114 (SBSS.Rmd)
Error: processing vignette 'SBSS.Rmd' failed with diagnostics:
The package RandomFields is needed to run this example.
--- failed re-building ‘SBSS.Rmd’
SUMMARY: processing the following file failed:
‘SBSS.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86