CRAN Package Check Results for Package webdav

Last updated on 2024-10-24 12:50:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.01 43.39 48.40 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 3.76 32.13 35.89 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 80.05 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 85.00 OK
r-devel-windows-x86_64 0.1.1 6.00 72.00 78.00 OK
r-patched-linux-x86_64 0.1.1 4.72 40.34 45.06 OK
r-release-linux-x86_64 0.1.1 4.79 40.29 45.08 OK
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 9.00 70.00 79.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 7.00 98.00 105.00 OK

Check Details

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() > > # Download a file from the WebDAV server > if (class(test_server) != "try-error") + webdav_download_file(base_url = test_server$url, + file_path = "Project.pdf", + destination_path = tempdir(), + verbose = TRUE) Base URL: https://www.webdavserver.com/Useread889f Downloading from: Project.pdf to: /home/hornik/tmp/scratch/RtmpCDxb3z/Project.pdf Server Path: https://www.webdavserver.com/Useread889f/Project.pdf Local Destination Path: /home/hornik/tmp/scratch/RtmpCDxb3z/Project.pdf Base URL: https://www.webdavserver.com/Useread889f/Project.pdf Username: Not provided Request object created successfully. No authentication added. Error during the download process: Failed to perform HTTP request. Error in value[[3L]](cond) : Failed to download resource. Calls: webdav_download_file ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-clang