Last updated on 2024-11-14 01:49:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.0.0 | 8.35 | 44.08 | 52.43 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 6.0.0 | 7.39 | 33.15 | 40.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 6.0.0 | 80.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 6.0.0 | 94.67 | NOTE | |||
r-devel-windows-x86_64 | 6.0.0 | 3.00 | 5.00 | 8.00 | ERROR | |
r-patched-linux-x86_64 | 6.0.0 | 9.09 | 42.50 | 51.59 | NOTE | |
r-release-linux-x86_64 | 6.0.0 | 7.40 | 43.13 | 50.53 | NOTE | |
r-release-macos-arm64 | 6.0.0 | 170.00 | NOTE | |||
r-release-macos-x86_64 | 6.0.0 | 223.00 | NOTE | |||
r-release-windows-x86_64 | 6.0.0 | 66.00 | 182.00 | 248.00 | NOTE | |
r-oldrel-macos-arm64 | 6.0.0 | 166.00 | NOTE | |||
r-oldrel-macos-x86_64 | 6.0.0 | 320.00 | NOTE | |||
r-oldrel-windows-x86_64 | 6.0.0 | 65.00 | 210.00 | 275.00 | ERROR |
Version: 6.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-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
Version: 6.0.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-windows-x86_64
Version: 6.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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 6.0.0
Check: installed package size
Result: NOTE
installed size is 8.5Mb
sub-directories of 1Mb or more:
doc 1.8Mb
libs 6.5Mb
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 6.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.
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 6.0.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [55s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.10.1 with Schannel
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.10.1 with (OpenSSL/3.4.0) Schannel
Using test server: https://hb.r-universe.dev
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 247 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3',
'test-seek.R:2:3', 'test-winssl.R:2:3'
• grepl("UTF-8", Sys.getlocale()) is not TRUE (1): 'test-path.R:23:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-handle.R:138:3'): Error classes ──────────────────────────────
`curl_fetch_memory("https://httpbin.org/delay/10", handle = new_handle(timeout = 1L))` did not throw an error.
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 247 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64