Last updated on 2023-06-03 10:53:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.4 | 23.70 | 333.97 | 357.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.4 | 21.33 | 241.47 | 262.80 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.4 | 433.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 421.03 | OK | |||
r-devel-windows-x86_64 | 1.2.4 | 21.00 | 297.00 | 318.00 | OK | |
r-patched-linux-x86_64 | 1.2.4 | OK | ||||
r-release-linux-x86_64 | 1.2.4 | 25.41 | 309.81 | 335.22 | OK | |
r-release-macos-arm64 | 1.2.4 | 118.00 | OK | |||
r-release-macos-x86_64 | 1.2.3 | 221.00 | OK | |||
r-release-windows-x86_64 | 1.2.4 | 28.00 | 291.00 | 319.00 | OK | |
r-oldrel-macos-arm64 | 1.2.4 | 97.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.2.4 | 20.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.2.4 | 28.00 | 285.00 | 313.00 | OK |
Version: 1.2.4
Check: examples
Result: ERROR
Running examples in ‘pastclim-Ex.R’ failed
The error most likely occurred in:
> ### Name: var_labels
> ### Title: Generate pretty variable labels for plotting
> ### Aliases: var_labels
>
> ### ** Examples
>
> var_labels("bio01", dataset = "Example")
expression("annual mean temperature (" * degree * C * ")")
>
> # set the data_path for this example to run on CRAN
> # users don't need to run this line
> set_data_path_for_CRAN()
[1] TRUE
>
> # for a SpatRaster
> climate_20k <- region_slice(
+ time_bp = -20000,
+ bio_variables = c("bio01", "bio10", "bio12"),
+ dataset = "Example"
+ )
> terra::plot(climate_20k, main = var_labels(climate_20k, dataset = "Example"))
Error in x$main != "" : comparison is not allowed for expressions
Calls: <Anonymous> ... plot -> plot -> .local -> .prep.plot.data -> .plotit
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.2.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘a0_pastclim_overview.Rmd’ using rmarkdown
Quitting from lines 393-395 [unnamed-chunk-28] (a0_pastclim_overview.Rmd)
Error: processing vignette 'a0_pastclim_overview.Rmd' failed with diagnostics:
comparison is not allowed for expressions
--- failed re-building ‘a0_pastclim_overview.Rmd’
--- re-building ‘a1_available_datasets.Rmd’ using rmarkdown
--- finished re-building ‘a1_available_datasets.Rmd’
--- re-building ‘a2_custom_datasets.Rmd’ using rmarkdown
--- finished re-building ‘a2_custom_datasets.Rmd’
SUMMARY: processing the following file failed:
‘a0_pastclim_overview.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 1.2.4
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-x86_64