Last updated on 2025-02-17 04:51:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 4.87 | 45.80 | 50.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 3.79 | 34.26 | 38.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 83.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 89.01 | OK | |||
r-devel-macos-arm64 | 0.1.3 | 57.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 103.00 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 7.00 | 71.00 | 78.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 4.62 | 42.56 | 47.18 | OK | |
r-release-linux-x86_64 | 0.1.4 | 4.28 | 42.10 | 46.38 | ERROR | |
r-release-macos-arm64 | 0.1.3 | 66.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 76.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 8.00 | 82.00 | 90.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 55.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.4 | 82.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.4 | 7.00 | 72.00 | 79.00 | OK |
Version: 0.1.4
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 = 1, max_seconds = 2, 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]: Connection timed out after 10002 milliseconds
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