CRAN Package Check Results for Package stortingscrape

Last updated on 2024-05-02 04:00:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 5.18 62.64 67.82 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 5.60 46.10 51.70 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 86.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 94.42 NOTE
r-devel-windows-x86_64 0.3.0 8.00 73.00 81.00 OK
r-patched-linux-x86_64 0.3.0 9.98 58.08 68.06 OK
r-release-linux-x86_64 0.3.0 6.53 59.29 65.82 OK
r-release-macos-arm64 0.3.0 43.00 ERROR
r-release-windows-x86_64 0.3.0 9.00 71.00 80.00 OK
r-oldrel-macos-arm64 0.3.0 43.00 OK
r-oldrel-macos-x86_64 0.3.0 64.00 OK
r-oldrel-windows-x86_64 0.3.0 11.00 81.00 92.00 OK

Check Details

Version: 0.3.0
Check: data for non-ASCII characters
Result: NOTE Note: found 1725 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: examples
Result: ERROR Running examples in ‘stortingscrape-Ex.R’ failed The error most likely occurred in: > ### Name: get_topics > ### Title: Get list of topics and sub-topics for the Norwegian parliament > ### Aliases: get_topics > > ### ** Examples > > > # Request the data > tops <- get_topics() Error in `req_perform()`: ! Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached: [data.stortinget.no] Resolving timed out after 10005 milliseconds Backtrace: ▆ 1. └─stortingscrape::get_topics() 2. └─httr2::req_perform(req_error(base, is_error = function(resp) FALSE)) 3. └─base::tryCatch(...) 4. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 5. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6. └─value[[3L]](cond) Execution halted Flavor: r-release-macos-arm64