Last updated on 2025-04-21 14:49:57 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
BigDataPE | 13 | ||
diario | 10 | 3 | |
pikchr | 13 | ||
plug | 10 | 3 | |
RapidFuzz | 2 | 11 | |
webdav | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.1.4
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_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 = 1, max_seconds = 2, backoff = ~ 1) %>%
+ req_perform()
Error in `req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.webdavserver.com]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. ├─... %>% req_perform()
2. └─httr2::req_perform(.)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
webdav_create_directory 0.134 0.008 10.241
webdav_delete_resource 0.068 0.000 10.139
webdav_create_request 0.063 0.000 10.124
Flavor: r-release-linux-x86_64