CRAN Package Check Results for Package stortingscrape

Last updated on 2024-04-22 20:53:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 7.36 62.56 69.92 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 5.85 46.24 52.09 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 86.12 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 95.25 NOTE
r-prerel-macos-arm64 0.3.0 43.00 ERROR
r-prerel-windows-x86_64 0.3.0 10.00 71.00 81.00 OK
r-patched-linux-x86_64 0.3.0 12.24 58.66 70.90 OK
r-release-linux-x86_64 0.3.0 5.74 56.92 62.66 OK
r-release-macos-arm64 0.3.0 43.00 OK
r-release-macos-x86_64 0.3.0 64.00 OK
r-release-windows-x86_64 0.3.0 10.00 81.00 91.00 OK
r-oldrel-macos-arm64 0.3.0 40.00 OK
r-oldrel-windows-x86_64 0.3.0 12.00 78.00 90.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-prerel-macos-arm64