CRAN Package Check Results for Package sooty

Last updated on 2025-04-03 02:53:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.55 39.40 42.95 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 2.63 30.67 33.30 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 69.35 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 64.13 NOTE
r-devel-macos-arm64 0.1.0 38.00 ERROR
r-devel-macos-x86_64 0.1.0 60.00 NOTE
r-devel-windows-x86_64 0.1.0 6.00 66.00 72.00 NOTE
r-patched-linux-x86_64 0.1.0 3.30 37.76 41.06 NOTE
r-release-linux-x86_64 0.1.0 3.47 37.14 40.61 OK
r-release-macos-arm64 0.1.0 41.00 OK
r-release-macos-x86_64 0.1.0 63.00 OK
r-release-windows-x86_64 0.1.0 6.00 66.00 72.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 61.00 OK
r-oldrel-windows-x86_64 0.1.0 6.00 69.00 75.00 OK

Check Details

Version: 0.1.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: ‘objects.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-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘sooty-Ex.R’ failed The error most likely occurred in: > ### Name: sooty_files > ### Title: Obtain object storage catalogues as a dataframe of file/object > ### identifiers. > ### Aliases: sooty_files > > ### ** Examples > > if (interactive()) { + sooty_files(FALSE) + } > > sooty_files() Error in .read_tempfile() : cannot download latest file list, curl download failed Calls: sooty_files ... withVisible -> eval -> eval -> <Anonymous> -> .read_tempfile Execution halted Flavor: r-devel-macos-arm64