Last updated on 2025-02-10 17:49:40 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
diario | 5 | 8 | |
pikchr | 13 | ||
plug | 5 | 8 | |
RapidFuzz | 4 | 9 | |
webdav | 3 | 10 |
Current CRAN status: NOTE: 5, OK: 8
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘diario.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 5, OK: 8
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘plug.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Current CRAN status: NOTE: 4, OK: 9
Version: 1.0
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
libs 5.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 3, OK: 10
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