CRAN Package Check Results for Package webdav

Last updated on 2025-02-08 06:48:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 5.01 46.02 51.03 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 3.94 33.62 37.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 82.84 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 88.90 ERROR
r-devel-windows-x86_64 0.1.3 6.00 65.00 71.00 ERROR
r-patched-linux-x86_64 0.1.3 4.50 41.91 46.41 OK
r-release-linux-x86_64 0.1.3 4.57 42.70 47.27 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 6.00 84.00 90.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 8.00 75.00 83.00 OK

Additional issues

OpenBLAS

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/User31ea1c8 Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/User31ea1c8/Project.pdf Destination Path: https://www.webdavserver.com/User31ea1c8/New_Project.pdf Base URL: https://www.webdavserver.com/User31ea1c8/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-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: ERROR Running examples in ‘webdav-Ex.R’ failed The error most likely occurred in: > ### 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/Userb3c26cb Downloading from: Project.pdf to: /tmp/RtmpBJbQYe/working_dir/RtmppHdDBI/Project.pdf Server Path: https://www.webdavserver.com/Userb3c26cb/Project.pdf Local Destination Path: /tmp/RtmpBJbQYe/working_dir/RtmppHdDBI/Project.pdf Base URL: https://www.webdavserver.com/Userb3c26cb/Project.pdf Username: Not provided Request object created successfully. No authentication added. Error during the download process: HTTP 404 Not Found. 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-fedora-clang

Version: 0.1.3
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/User20f84e5 Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/User20f84e5/Project.pdf Destination Path: https://www.webdavserver.com/User20f84e5/New_Project.pdf Base URL: https://www.webdavserver.com/User20f84e5/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-devel-linux-x86_64-fedora-gcc

Version: 0.1.3
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/User0288453 Copying from: Project.pdf to: New_Project.pdf Source Path: https://www.webdavserver.com/User0288453/Project.pdf Destination Path: https://www.webdavserver.com/User0288453/New_Project.pdf Base URL: https://www.webdavserver.com/User0288453/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-devel-windows-x86_64