CRAN Package Check Results for Package lares

Last updated on 2025-04-19 03:50:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.2.13 29.65 195.15 224.80 OK
r-devel-linux-x86_64-debian-gcc 5.2.13 17.62 128.81 146.43 OK
r-devel-linux-x86_64-fedora-clang 5.2.13 347.66 OK
r-devel-linux-x86_64-fedora-gcc 5.2.13 329.77 OK
r-devel-windows-x86_64 5.2.13 33.00 239.00 272.00 OK
r-patched-linux-x86_64 5.2.13 31.32 184.99 216.31 OK
r-release-linux-x86_64 5.2.13 28.36 184.50 212.86 OK
r-release-macos-arm64 5.2.13 84.00 OK
r-release-macos-x86_64 5.2.13 193.00 OK
r-release-windows-x86_64 5.2.13 33.00 293.00 326.00 ERROR
r-oldrel-macos-arm64 5.2.13 88.00 OK
r-oldrel-macos-x86_64 5.2.13 170.00 OK
r-oldrel-windows-x86_64 5.2.13 40.00 288.00 328.00 OK

Check Details

Version: 5.2.13
Check: examples
Result: ERROR Running examples in 'lares-Ex.R' failed The error most likely occurred in: > ### Name: wordle_check > ### Title: Wordle Game Validation > ### Aliases: wordle_check print.wordle_check wordle_dictionary > ### wordle_simulation print.wordle_simulation > > ### ** Examples > > word <- "ABBEY" > # Or pick a random one: > # word <- sample(wordle_dictionary("en"), 1) > wordle_check("OPENS", word) Warning in file(con, "r") : URL 'https://raw.githubusercontent.com/tabatkins/wordle-list/main/words': Timeout of 60 seconds was reached Error in file(con, "r") : cannot open the connection to 'https://raw.githubusercontent.com/tabatkins/wordle-list/main/words' Calls: wordle_check ... wordle_valid -> wordle_dictionary -> readLines -> file Execution halted Flavor: r-release-windows-x86_64