Last updated on 2023-09-27 11:02:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.4 | 21.29 | 340.87 | 362.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.4 | 18.52 | 241.80 | 260.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.4 | 436.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 467.61 | NOTE | |||
r-devel-windows-x86_64 | 1.2.4 | 21.00 | 238.00 | 259.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.4 | 26.51 | 316.93 | 343.44 | OK | |
r-release-linux-x86_64 | 1.2.4 | 23.56 | 324.62 | 348.18 | OK | |
r-release-macos-arm64 | 1.2.4 | 118.00 | OK | |||
r-release-macos-x86_64 | 1.2.4 | 333.00 | OK | |||
r-release-windows-x86_64 | 1.2.4 | 29.00 | 300.00 | 329.00 | OK | |
r-oldrel-macos-arm64 | 1.2.4 | 86.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.2.4 | 20.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.2.4 | 30.00 | 282.00 | 312.00 | OK |
Version: 1.2.4
Check: Rd \usage sections
Result: NOTE
Documented arguments not in \usage in documentation object 'help_console':
‘which’
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
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