Last updated on 2026-08-16 12:50:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2024.4.0 | 2.54 | 27.79 | 30.33 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2024.4.0 | 1.84 | 23.74 | 25.58 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2024.4.0 | 20.29 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 2024.4.0 | 18.40 | NOTE | |||
| r-devel-windows-x86_64 | 2024.4.0 | 5.00 | 47.00 | 52.00 | NOTE | |
| r-patched-linux-x86_64 | 2024.4.0 | 2.58 | 24.47 | 27.05 | NOTE | |
| r-release-linux-x86_64 | 2024.4.0 | 2.56 | 24.35 | 26.91 | NOTE | |
| r-release-macos-arm64 | 2024.4.0 | 1.00 | 11.00 | 12.00 | NOTE | |
| r-release-macos-x86_64 | 2024.4.0 | 2.00 | 29.00 | 31.00 | NOTE | |
| r-release-windows-x86_64 | 2024.4.0 | 4.00 | 0.00 | 4.00 | ERROR | |
| r-oldrel-macos-arm64 | 2024.4.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 2024.4.0 | 2.00 | 28.00 | 30.00 | NOTE | |
| r-oldrel-windows-x86_64 | 2024.4.0 | 7.00 | 51.00 | 58.00 | NOTE |
Version: 2024.4.0
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:
‘auto.R’
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: 2024.4.0
Check: examples
Result: ERROR
Running examples in 'link-Ex.R' failed
The error most likely occurred in:
> ### Name: auto
> ### Title: Setup automatic linking
> ### Aliases: auto to_pkg to_call
>
> ### ** Examples
>
>
> ## Not run:
> ##D # auto is mostly meant to be called inside rmarkdown or quarto documents
> ##D auto()
> ##D auto(keep_braces = FALSE, keep_pkg_prefix = FALSE)
> ##D
> ##D # manually generate the tooltips for {pkg} and pkg::fun()
> ##D link::to_pkg("tidyverse")
> ##D link::to_pkg("tidyverse")
> ##D
> ##D link::to_call("dplyr::summarise()")
> ##D link::to_call("dplyr::summarise()")
> ## End(Not run)
>
> link::to_pkg("tidyverse", type = "plain")
Warning in url(sprintf("%s/%s", cran, path), open = "rb") :
URL 'https://cran.rstudio.com/web/packages/packages.rds': status was 'Could not resolve hostname'
Error in url(sprintf("%s/%s", cran, path), open = "rb") :
cannot open the connection to 'https://cran.rstudio.com/web/packages/packages.rds'
Calls: <Anonymous> ... <Anonymous> -> as.data.frame -> read_CRAN_object -> gzcon -> url
Execution halted
Flavor: r-release-windows-x86_64