CRAN Package Check Results for Package webdav

Last updated on 2024-10-06 12:49:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 4.54 42.91 47.45 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 3.68 31.77 35.45 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 78.85 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 88.34 OK
r-devel-windows-x86_64 0.1.0 8.00 80.00 88.00 OK
r-patched-linux-x86_64 0.1.0 4.68 40.20 44.88 OK
r-release-linux-x86_64 0.1.0 4.61 40.34 44.95 ERROR
r-release-macos-arm64 0.1.0 38.00 OK
r-release-macos-x86_64 0.1.0 57.00 OK
r-release-windows-x86_64 0.1.0 9.00 63.00 72.00 ERROR
r-oldrel-macos-arm64 0.1.0 47.00 OK
r-oldrel-macos-x86_64 0.1.0 72.00 OK
r-oldrel-windows-x86_64 0.1.0 8.00 70.00 78.00 OK

Check Details

Version: 0.1.0
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/Usera8597be Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/Usera8597be/Project.pdf Destination Path: https://www.webdavserver.com/Usera8597be/New_Project.pdf Base URL: https://www.webdavserver.com/Usera8597be/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-release-linux-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'webdav-Ex.R' failed The error most likely occurred in: > ### 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/User8528be3 Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/User8528be3/Project.pdf Destination Path: https://www.webdavserver.com/User8528be3/New_Project.pdf Base URL: https://www.webdavserver.com/User8528be3/Project.pdf Username: Not provided Request object created successfully. No authentication added. Error during the copy process: HTTP 404 Not Found. Error in value[[3L]](cond) : Failed to copy resource. Calls: webdav_copy_file ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted Flavor: r-release-windows-x86_64