Last updated on 2024-11-14 06:50:08 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.55 | 77.38 | 80.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.15.0 | 196.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.15.0 | 190.51 | ERROR | |||
r-devel-windows-x86_64 | 0.15.0 | 15.00 | 190.00 | 205.00 | OK | |
r-patched-linux-x86_64 | 0.15.0 | 5.28 | 101.87 | 107.15 | OK | |
r-release-linux-x86_64 | 0.15.0 | 4.13 | 101.50 | 105.63 | 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 | 7.00 | 192.00 | 199.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 | 6.00 | 214.00 | 220.00 | OK |
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