CRAN Package Check Results for Maintainer ‘Bernardo Lares <laresbernardo at gmail.com>’

Last updated on 2022-09-11 12:56:48 CEST.

Package ERROR OK
lares 1 12

Package lares

Current CRAN status: ERROR: 1, OK: 12

Version: 5.1.3
Check: examples
Result: ERROR
    Running examples in ‘lares-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### 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") :
     cannot open URL 'https://www.nytimes.com/games/wordle/main.bd4cb59c.js': HTTP status was '404 Not Found'
    Error in file(con, "r") :
     cannot open the connection to 'https://www.nytimes.com/games/wordle/main.bd4cb59c.js'
    Calls: wordle_check ... wordle_dictionary -> str_split -> stri_split_regex -> readLines -> file
    Execution halted
Flavor: r-release-linux-x86_64