Last updated on 2024-11-21 19:52:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.15.0 | 5.08 | 107.38 | 112.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.15.0 | 3.06 | 76.63 | 79.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.15.0 | 196.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.15.0 | 180.81 | ERROR | |||
r-devel-windows-x86_64 | 0.15.0 | 8.00 | 193.00 | 201.00 | OK | |
r-patched-linux-x86_64 | 0.15.0 | 5.40 | 101.09 | 106.49 | 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 | 8.00 | 214.00 | 222.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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.