CRAN Package Check Results for Package progressr

Last updated on 2024-11-08 07:50:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.15.0 4.88 109.56 114.44 OK
r-devel-linux-x86_64-debian-gcc 0.15.0 3.64 76.67 80.31 OK
r-devel-linux-x86_64-fedora-clang 0.15.0 188.45 OK
r-devel-linux-x86_64-fedora-gcc 0.15.0 190.51 ERROR
r-devel-windows-x86_64 0.15.0 7.00 197.00 204.00 OK
r-patched-linux-x86_64 0.15.0 4.64 101.78 106.42 OK
r-release-linux-x86_64 0.15.0 4.48 101.44 105.92 OK
r-release-macos-arm64 0.15.0 145.00 OK
r-release-macos-x86_64 0.15.0 255.00 OK
r-release-windows-x86_64 0.15.0 10.00 203.00 213.00 OK
r-oldrel-macos-arm64 0.15.0 146.00 OK
r-oldrel-macos-x86_64 0.15.0 257.00 OK
r-oldrel-windows-x86_64 0.15.0 7.00 221.00 228.00 OK

Additional issues

M1mac

Check Details

Version: 0.15.0
Check: examples
Result: ERROR Running examples in ‘progressr-Ex.R’ failed The error most likely occurred in: > ### Name: handler_ntfy > ### Title: Progression Handler: Progress Reported via the Ntfy.sh Messaging > ### Service > ### Aliases: handler_ntfy > ### Keywords: internal > > ### ** Examples > > pkg <- "ntfy" > if (requireNamespace(pkg, quietly = TRUE)) { + ## We need to specify a ntfy.sh topic that progress messages + ## should be sent to. See help("ntfy_topic", package = "ntfy") + ## for details + Sys.setenv("NTFY_TOPIC", "R-my-secret-topic") + + handlers("ntfy") + with_progress({ y <- slow_sum(1:10) }) + print(y) + } Error in Sys.setenv("NTFY_TOPIC", "R-my-secret-topic") : all arguments must be named Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc