Last updated on 2025-12-04 19:50:11 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.31 | 25.77 | 28.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.10 | 20.87 | 22.97 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 41.40 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 40.47 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 3.00 | 43.00 | 46.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 2.37 | 23.48 | 25.85 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 2.37 | 24.59 | 26.96 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 2.00 | 31.00 | 33.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 4.00 | 43.00 | 47.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 3.00 | 37.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 4.00 | 133.00 | 137.00 | ERROR |
Version: 1.0.1
Check: examples
Result: ERROR
Running examples in 'badgen-Ex.R' failed
The error most likely occurred in:
> ### Name: badgen
> ### Title: Generate badges
> ### Aliases: badgen
>
> ### ** Examples
>
> home <- setwd(tempdir())
> svg <- badgen("yolo", "success!", style = 'flat')
> writeLines(svg, 'test.svg')
> browseURL('test.svg')
>
> # Convert svg to bitmap
> rsvg::rsvg_png('test.svg', 'test.png')
>
> # Add an svg icon to the badge
> rlogo <- readLines('https://www.r-project.org/logo/Rlogo.svg')
Warning in file(con, "r") :
URL 'https://www.r-project.org/logo/Rlogo.svg': Timeout of 60 seconds was reached
Error in file(con, "r") :
cannot open the connection to 'https://www.r-project.org/logo/Rlogo.svg'
Calls: readLines -> file
Execution halted
Flavor: r-oldrel-windows-x86_64
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.