CRAN Package Check Results for Package sooty

Last updated on 2025-05-22 17:53:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 4.09 40.68 44.77 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 2.53 32.05 34.58 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 69.22 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 64.55 NOTE
r-devel-windows-x86_64 0.1.0 7.00 83.00 90.00 NOTE
r-patched-linux-x86_64 0.1.0 3.43 38.10 41.53 NOTE
r-release-linux-x86_64 0.1.0 3.75 38.13 41.88 NOTE
r-release-macos-arm64 0.5.0 36.00 ERROR
r-release-macos-x86_64 0.5.0 59.00 OK
r-release-windows-x86_64 0.1.0 8.00 111.00 119.00 NOTE
r-oldrel-macos-arm64 0.5.0 41.00 OK
r-oldrel-macos-x86_64 0.5.0 63.00 OK
r-oldrel-windows-x86_64 0.1.0 7.00 72.00 79.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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.5.0
Check: examples
Result: ERROR Running examples in ‘sooty-Ex.R’ failed The error most likely occurred in: > ### Name: available_datasets > ### Title: List available datasets > ### Aliases: available_datasets > > ### ** Examples > > available_datasets() Warning in download.file(file, tf, quiet = TRUE, mode = "wb") : downloaded length 16320 != reported length 1403133 Warning in download.file(file, tf, quiet = TRUE, mode = "wb") : URL 'https://projects.pawsey.org.au/idea-objects/idea-curated-objects.parquet': status was 'Failed writing received data to disk/application' Error in download.file(file, tf, quiet = TRUE, mode = "wb") : download from 'https://projects.pawsey.org.au/idea-objects/idea-curated-objects.parquet' failed Calls: available_datasets ... <Anonymous> -> <Anonymous> -> make_readable_file -> download.file Execution halted * checking for unstated dependencies in ‘tests’ ...* using check arguments '--no-clean-on-error ' Flavor: r-release-macos-arm64