CRAN Package Check Results for Package badgen

Last updated on 2024-09-26 12:48:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 2.39 23.90 26.29 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 2.05 19.38 21.43 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 42.35 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 40.21 OK
r-devel-windows-x86_64 1.0.0 3.00 68.00 71.00 ERROR
r-patched-linux-x86_64 1.0.0 2.34 23.47 25.81 OK
r-release-linux-x86_64 1.0.0 2.09 23.30 25.39 OK
r-release-macos-arm64 1.0.0 22.00 OK
r-release-macos-x86_64 1.0.0 31.00 OK
r-release-windows-x86_64 1.0.0 4.00 45.00 49.00 OK
r-oldrel-macos-arm64 1.0.0 25.00 OK
r-oldrel-macos-x86_64 1.0.0 41.00 OK
r-oldrel-windows-x86_64 1.0.0 4.00 46.00 50.00 OK

Check Details

Version: 1.0.0
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-devel-windows-x86_64