Last updated on 2025-04-19 06:49:56 CEST.
Package | ERROR | OK |
---|---|---|
lares | 1 | 12 |
lareshiny | 13 | |
Robyn | 13 |
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13