Last updated on 2024-11-09 05:49:53 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
stortingscrape | 2 | 3 | 8 |
Current CRAN status: ERROR: 2, NOTE: 3, OK: 8
Version: 0.3.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
get_publication.Rd: rvest
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
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
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 10006 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-x86_64