CRAN Package Check Results for Package lares

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.1.4 31.72 280.64 312.36 OK
r-devel-linux-x86_64-debian-gcc 5.1.4 22.17 203.48 225.65 OK
r-devel-linux-x86_64-fedora-clang 5.1.4 383.09 OK
r-devel-linux-x86_64-fedora-gcc 5.1.4 379.17 OK
r-devel-windows-x86_64 5.1.4 60.00 344.00 404.00 OK
r-patched-linux-x86_64 5.1.4 33.66 250.90 284.56 OK
r-release-linux-x86_64 5.1.3 26.35 246.04 272.39 ERROR
r-release-macos-arm64 5.1.3 118.00 OK
r-release-macos-x86_64 5.1.4 150.00 OK
r-release-windows-x86_64 5.1.4 76.00 321.00 397.00 OK
r-oldrel-macos-arm64 5.1.3 118.00 OK
r-oldrel-macos-x86_64 5.1.4 159.00 OK
r-oldrel-windows-ix86+x86_64 5.1.3 54.00 337.00 391.00 OK

Check Details

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