Last updated on 2024-11-04 01:48:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 1.91 | 27.79 | 29.70 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 1.45 | 21.58 | 23.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 50.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 59.15 | OK | |||
r-devel-windows-x86_64 | 0.0.3 | 4.00 | 97.00 | 101.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.3 | 1.96 | 26.60 | 28.56 | OK | |
r-release-linux-x86_64 | 0.0.3 | 0.25 | 1.78 | 2.03 | ERROR | |
r-release-macos-arm64 | 0.0.3 | 29.00 | OK | |||
r-release-macos-x86_64 | 0.0.3 | 40.00 | OK | |||
r-release-windows-x86_64 | 0.0.3 | 4.00 | 54.00 | 58.00 | OK | |
r-oldrel-macos-arm64 | 0.0.3 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.3 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.3 | 4.00 | 55.00 | 59.00 | OK |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in 'cookiemonster-Ex.R' failed
The error most likely occurred in:
> ### Name: store_cookies
> ### Title: Store cookies in a jar
> ### Aliases: store_cookies
>
> ### ** Examples
>
> # to conform with CRAN policies, examples use a temporary location. Do not use
> # the options like this, except you want your cookies gone when closing R.
> options(cookie_dir = tempdir())
>
> if (requireNamespace("curl", quietly = TRUE)) {
+ # get cookies from a curl request
+ library(curl)
+ h <- new_handle()
+ resp <- curl_fetch_memory("https://hb.cran.dev/cookies/set?new_cookies=moo", handle = h)
+ cookies <- handle_cookies(h)
+
+ # then store them for future use
+ store_cookies(cookies)
+
+ # then you can retrieve them and use in future calls
+ get_cookies("hb.cran.dev")
+ }
Using libcurl 8.3.0 with Schannel
Error in curl_fetch_memory("https://hb.cran.dev/cookies/set?new_cookies=moo", :
Timeout was reached: [hb.cran.dev] SSL/TLS connection timeout
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.0.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'cookies.Rmd' using rmarkdown
Quitting from lines 121-128 [unnamed-chunk-11] (cookies.Rmd)
Error: processing vignette 'cookies.Rmd' failed with diagnostics:
Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached: [hb.cran.dev] SSL/TLS connection timeout
--- failed re-building 'cookies.Rmd'
SUMMARY: processing the following file failed:
'cookies.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.0.3
Check: package dependencies
Result: ERROR
Package required but not available: ‘urltools’
Package suggested but not available for checking: ‘spelling’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-linux-x86_64