Last updated on 2024-11-05 08:48:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.2.3 | 8.31 | 41.61 | 49.92 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 5.2.3 | 6.83 | 32.10 | 38.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 5.2.3 | 82.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 5.2.3 | 94.89 | NOTE | |||
r-devel-windows-x86_64 | 5.2.3 | 66.00 | 172.00 | 238.00 | NOTE | |
r-patched-linux-x86_64 | 5.2.3 | 8.11 | 40.27 | 48.38 | NOTE | |
r-release-linux-x86_64 | 5.2.3 | 7.87 | 40.88 | 48.75 | NOTE | |
r-release-macos-arm64 | 5.2.3 | 155.00 | NOTE | |||
r-release-macos-x86_64 | 5.2.3 | 211.00 | NOTE | |||
r-release-windows-x86_64 | 5.2.3 | 65.00 | 172.00 | 237.00 | NOTE | |
r-oldrel-macos-arm64 | 5.2.3 | 165.00 | NOTE | |||
r-oldrel-macos-x86_64 | 5.2.3 | 203.00 | NOTE | |||
r-oldrel-windows-x86_64 | 5.2.3 | 59.00 | 187.00 | 246.00 | NOTE |
Version: 5.2.3
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: 5.2.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [9s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.10.1 with GnuTLS/3.8.6
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.10.1 with GnuTLS/3.8.6
Using test server: https://hb.r-universe.dev
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 217 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-idn.R:6:3', 'test-multi-download.R:4:3',
'test-seek.R:4:3', 'test-winssl.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-handle.R:137:3'): Custom URL parser ──────────────────────────
`curl_fetch_memory("https://httpbin.org/delay/10", handle = h)` did not throw an error.
── Failure ('test-handle.R:140:3'): Custom URL parser ──────────────────────────
`curl_fetch_memory("httpbin.org/delay/10", handle = h)` did not throw an error.
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 217 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 5.2.3
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-devel-windows-x86_64
Version: 5.2.3
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: 5.2.3
Check: installed package size
Result: NOTE
installed size is 7.9Mb
sub-directories of 1Mb or more:
doc 1.8Mb
libs 5.8Mb
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 5.2.3
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