CRAN Package Check Results for Package webdav

Last updated on 2025-01-30 04:49:14 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 5.12 45.08 50.20 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 3.40 33.71 37.11 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 81.92 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 88.87 OK
r-devel-windows-x86_64 0.1.3 7.00 73.00 80.00 OK
r-patched-linux-x86_64 0.1.3 4.88 42.32 47.20 OK
r-release-linux-x86_64 0.1.3 4.45 42.65 47.10 OK
r-release-macos-arm64 0.1.3 66.00 OK
r-release-macos-x86_64 0.1.3 74.00 OK
r-release-windows-x86_64 0.1.3 8.00 75.00 83.00 OK
r-oldrel-macos-arm64 0.1.3 55.00 OK
r-oldrel-macos-x86_64 0.1.3 86.00 OK
r-oldrel-windows-x86_64 0.1.3 6.00 83.00 89.00 OK

Check Details

Version: 0.1.3
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_copy_file > ### Title: Copy a resource on the WebDAV server > ### Aliases: webdav_copy_file > > ### ** Examples > > # Example usage with a public WebDAV server. > # Visit test_server$url link to view the results of the operation. > library(magrittr) > library(httr2) > test_server <- "https://www.webdavserver.com/" %>% + request() %>% + req_retry(max_tries = 3, max_seconds = 4, backoff = ~ 1) %>% + req_perform() %>% + try(silent = TRUE) > > # Copy a file from one path to another > if (class(test_server) != "try-error") + webdav_copy_file(base_url = test_server$url, + from_path = "Project.pdf", + to_path = "New_Project.pdf", + verbose = TRUE) Base URL: https://www.webdavserver.com/User1f51f4e Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/User1f51f4e/Project.pdf Destination Path: https://www.webdavserver.com/User1f51f4e/New_Project.pdf Base URL: https://www.webdavserver.com/User1f51f4e/Project.pdf Username: Not provided Request object created successfully. No authentication added. Error during the copy process: Failed to perform HTTP request. Error in value[[3L]](cond) : Failed to copy resource. Calls: webdav_copy_file ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc