Last updated on 2024-11-27 09:50:00 CET.
Package | ERROR | OK |
---|---|---|
pikchr | 13 | |
webdav | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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