Last updated on 2025-02-10 19:50:13 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.71 | 33.07 | 36.78 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 77.29 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 88.76 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 7.00 | 62.00 | 69.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 5.06 | 42.30 | 47.36 | ERROR | |
r-release-linux-x86_64 | 0.1.3 | 4.57 | 42.38 | 46.95 | 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 | 68.00 | 76.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 | ERROR |
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/Usere1f41a9
Copying from: Project.pdf to: New_Project.pdf
Source Path: https://www.webdavserver.com/Usere1f41a9/Project.pdf
Destination Path: https://www.webdavserver.com/Usere1f41a9/New_Project.pdf
Base URL: https://www.webdavserver.com/Usere1f41a9/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
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/Userc9387db
Copying from: Project.pdf to: New_Project.pdf
Source Path: https://www.webdavserver.com/Userc9387db/Project.pdf
Destination Path: https://www.webdavserver.com/Userc9387db/New_Project.pdf
Base URL: https://www.webdavserver.com/Userc9387db/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-patched-linux-x86_64
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/User50b453d
Copying from: Project.pdf to: New_Project.pdf
Source Path: https://www.webdavserver.com/User50b453d/Project.pdf
Destination Path: https://www.webdavserver.com/User50b453d/New_Project.pdf
Base URL: https://www.webdavserver.com/User50b453d/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-oldrel-windows-x86_64