Last updated on 2024-11-13 11:49:44 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.98 | 43.05 | 48.03 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.39 | 31.62 | 35.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 78.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 87.57 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 6.00 | 70.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 4.94 | 39.87 | 44.81 | OK | |
r-release-linux-x86_64 | 0.1.1 | 4.64 | 40.74 | 45.38 | ERROR | |
r-release-macos-arm64 | 0.1.1 | 43.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 76.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 7.00 | 64.00 | 71.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 73.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 9.00 | 67.00 | 76.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘webdav-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: webdav_download_file
> ### Title: Download a file from the WebDAV server
> ### Aliases: webdav_download_file
>
> ### ** Examples
>
> # Example usage with a public WebDAV server.
> library(magrittr)
> library(httr2)
> test_server <- "https://www.webdavserver.com/" %>%
+ request() %>%
+ req_retry(max_tries = 3, max_seconds = 4, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Failed to connect to www.webdavserver.com port 443 after 10002 ms: Timeout was reached
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
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-linux-x86_64