Last updated on 2025-09-22 09:49:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 7.0.0 | 9.27 | 48.91 | 58.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 7.0.0 | 7.06 | 37.90 | 44.96 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 7.0.0 | 78.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 7.0.0 | 89.63 | OK | |||
r-devel-windows-x86_64 | 7.0.0 | 68.00 | 189.00 | 257.00 | OK | |
r-patched-linux-x86_64 | 7.0.0 | 7.90 | 46.92 | 54.82 | NOTE | |
r-release-linux-x86_64 | 7.0.0 | 7.48 | 46.96 | 54.44 | NOTE | |
r-release-macos-arm64 | 7.0.0 | 205.00 | NOTE | |||
r-release-macos-x86_64 | 7.0.0 | 278.00 | NOTE | |||
r-release-windows-x86_64 | 7.0.0 | 69.00 | 183.00 | 252.00 | NOTE | |
r-oldrel-macos-arm64 | 7.0.0 | 198.00 | NOTE | |||
r-oldrel-macos-x86_64 | 7.0.0 | 266.00 | NOTE | |||
r-oldrel-windows-x86_64 | 7.0.0 | 76.00 | 225.00 | 301.00 | NOTE |
Version: 7.0.0
Check: examples
Result: ERROR
Running examples in ‘curl-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: handle
> ### Title: Create and configure a curl handle
> ### Aliases: handle new_handle handle_setopt handle_setheaders
> ### handle_getheaders handle_setform handle_reset
>
> ### ** Examples
>
> h <- new_handle()
> handle_setopt(h, customrequest = "PUT")
> handle_setform(h, a = "1", b = "2")
> r <- curl_fetch_memory("https://hb.cran.dev/put", h)
Error in curl_fetch_memory("https://hb.cran.dev/put", h) :
Timeout was reached [hb.cran.dev]:
Resolving timed out after 10001 milliseconds
Calls: curl_fetch_memory -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 7.0.0
Check: compiled code
Result: NOTE
File ‘curl/libs/curl.so’:
Found non-API call to R: ‘R_new_custom_connection’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 7.0.0
Check: tests
Result: NOTE
Running ‘spelling.R’ [0s/0s]
Comparing ‘spelling.Rout’ to ‘spelling.Rout.save’ ...6c6
< NULL
---
> All Done!
Running ‘testthat.R’ [3s/109s]
Flavor: r-release-macos-arm64
Version: 7.0.0
Check: compiled code
Result: NOTE
File 'curl/libs/x64/curl.dll':
Found non-API call to R: 'R_new_custom_connection'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-release-windows-x86_64
Version: 7.0.0
Check: compiled code
Result: NOTE
File ‘curl/libs/curl.so’:
Found non-API call to R: ‘R_new_custom_connection’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 7.0.0
Check: installed package size
Result: NOTE
installed size is 9.0Mb
sub-directories of 1Mb or more:
doc 1.8Mb
libs 6.9Mb
Flavor: r-oldrel-windows-x86_64
Version: 7.0.0
Check: compiled code
Result: NOTE
File 'curl/libs/x64/curl.dll':
Found non-API call to R: 'R_new_custom_connection'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-x86_64