CRAN Package Check Results for Package link

Last updated on 2025-03-13 02:53:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2024.4.0 2.66 23.83 26.49 NOTE
r-devel-linux-x86_64-debian-gcc 2024.4.0 1.90 19.39 21.29 NOTE
r-devel-linux-x86_64-fedora-clang 2024.4.0 43.30 NOTE
r-devel-linux-x86_64-fedora-gcc 2024.4.0 39.14 NOTE
r-devel-macos-arm64 2024.4.0 18.00 OK
r-devel-macos-x86_64 2024.4.0 31.00 NOTE
r-devel-windows-x86_64 2024.4.0 4.00 71.00 75.00 ERROR
r-patched-linux-x86_64 2024.4.0 OK
r-release-linux-x86_64 2024.4.0 2.51 22.96 25.47 OK
r-release-macos-arm64 2024.4.0 19.00 OK
r-release-macos-x86_64 2024.4.0 29.00 OK
r-release-windows-x86_64 2024.4.0 4.00 43.00 47.00 OK
r-oldrel-macos-arm64 2024.4.0 OK
r-oldrel-macos-x86_64 2024.4.0 74.00 OK
r-oldrel-windows-x86_64 2024.4.0 5.00 47.00 52.00 OK

Check Details

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-macos-x86_64, r-devel-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 'SSL connect error' 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-devel-windows-x86_64