Last updated on 2026-06-08 02:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.8.3 | 1.32 | 82.05 | 83.37 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.8.3 | 1.21 | 25.41 | 26.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.8.3 | 128.71 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.8.3 | 146.24 | NOTE | |||
| r-devel-windows-x86_64 | 1.8.3 | 6.00 | 103.00 | 109.00 | NOTE | |
| r-patched-linux-x86_64 | 1.8.3 | 1.78 | 74.83 | 76.61 | NOTE | |
| r-release-linux-x86_64 | 1.8.3 | 1.15 | 75.20 | 76.35 | NOTE | |
| r-release-macos-arm64 | 1.8.3 | 0.00 | 28.00 | 28.00 | NOTE | |
| r-release-macos-x86_64 | 1.8.3 | 1.00 | 98.00 | 99.00 | NOTE | |
| r-release-windows-x86_64 | 1.8.3 | 3.00 | 118.00 | 121.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.8.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.8.3 | 1.00 | 88.00 | 89.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.8.3 | 4.00 | 132.00 | 136.00 | NOTE |
Version: 1.8.3
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘gfrance85.Rd’
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.8.3
Check: examples
Result: ERROR
Running examples in ‘Guerry-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Guerry
> ### Title: Data from A.-M. Guerry, "Essay on the Moral Statistics of
> ### France"
> ### Aliases: Guerry
> ### Keywords: datasets
>
> ### ** Examples
>
> library(car)
Error in library(car) : there is no package called ‘car’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.8.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘MultiSpat.Rmd’ using rmarkdown
Quitting from MultiSpat.Rmd:40-47 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'adespatial'
---
Backtrace:
▆
1. └─base::library(adespatial)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'MultiSpat.Rmd' failed with diagnostics:
there is no package called 'adespatial'
--- failed re-building ‘MultiSpat.Rmd’
--- re-building ‘guerry-multivariate.Rmd’ using rmarkdown
Quitting from guerry-multivariate.Rmd:51-63 [load]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `library()`:
! there is no package called 'car'
---
Backtrace:
▆
1. └─base::library(car)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'guerry-multivariate.Rmd' failed with diagnostics:
there is no package called 'car'
--- failed re-building ‘guerry-multivariate.Rmd’
SUMMARY: processing the following files failed:
‘MultiSpat.Rmd’ ‘guerry-multivariate.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc