Last updated on 2025-03-13 07:52:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.2.13 | 28.02 | 197.61 | 225.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 5.2.13 | 17.64 | 126.02 | 143.66 | OK | |
r-devel-linux-x86_64-fedora-clang | 5.2.13 | 381.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 5.2.13 | 330.14 | OK | |||
r-devel-macos-arm64 | 5.2.13 | 81.00 | OK | |||
r-devel-macos-x86_64 | 5.2.13 | 193.00 | OK | |||
r-devel-windows-x86_64 | 5.2.13 | 30.00 | 342.00 | 372.00 | ERROR | |
r-patched-linux-x86_64 | 5.2.13 | OK | ||||
r-release-linux-x86_64 | 5.2.13 | 22.53 | 179.58 | 202.11 | NOTE | |
r-release-macos-arm64 | 5.2.13 | 88.00 | OK | |||
r-release-macos-x86_64 | 5.2.13 | 170.00 | OK | |||
r-release-windows-x86_64 | 5.2.13 | 29.00 | 227.00 | 256.00 | OK | |
r-oldrel-macos-arm64 | 5.2.13 | 84.00 | OK | |||
r-oldrel-macos-x86_64 | 5.2.13 | 185.00 | OK | |||
r-oldrel-windows-x86_64 | 5.2.13 | 37.00 | 297.00 | 334.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)
<1b>[1;31mO<1b>[0m <1b>[1;31mP<1b>[0m <1b>[1;33mE<1b>[0m <1b>[1;31mN<1b>[0m <1b>[1;31mS<1b>[0m> wordle_check("BABES", 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-devel-windows-x86_64
Version: 5.2.13
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘h2o’
Flavor: r-release-linux-x86_64