Last updated on 2025-04-17 09:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.2.13 | 27.87 | 196.44 | 224.31 | OK | |
r-devel-linux-x86_64-debian-gcc | 5.2.13 | 17.73 | 128.15 | 145.88 | 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 | 28.00 | 232.00 | 260.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 | 37.00 | 285.00 | 322.00 | OK |
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