Last updated on 2024-11-05 03:49:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 5.38 | 48.03 | 53.41 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 4.25 | 35.93 | 40.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 91.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 99.92 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 9.00 | 74.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 0.3.0 | 9.05 | 46.00 | 55.05 | OK | |
r-release-linux-x86_64 | 0.3.0 | 5.51 | 45.98 | 51.49 | OK | |
r-release-macos-arm64 | 0.3.0 | 43.00 | ERROR | |||
r-release-macos-x86_64 | 0.3.0 | 67.00 | ERROR | |||
r-release-windows-x86_64 | 0.3.0 | 9.00 | 81.00 | 90.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 | 9.00 | 82.00 | 91.00 | OK |
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