CRAN Package Check Results for Package curl

Last updated on 2024-04-17 18:56:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.2.1 9.38 51.62 61.00 NOTE
r-devel-linux-x86_64-debian-gcc 5.2.1 6.81 39.79 46.60 NOTE
r-devel-linux-x86_64-fedora-clang 5.2.1 75.64 NOTE
r-devel-linux-x86_64-fedora-gcc 5.2.1 87.19 NOTE
r-prerel-macos-arm64 5.2.1 163.00 ERROR
r-prerel-macos-x86_64 5.2.1 199.00 NOTE
r-prerel-windows-x86_64 5.2.1 60.00 180.00 240.00 NOTE
r-patched-linux-x86_64 5.2.1 10.15 50.88 61.03 ERROR
r-release-linux-x86_64 5.2.1 7.85 48.59 56.44 NOTE
r-release-macos-arm64 5.2.1 188.00 NOTE
r-release-macos-x86_64 5.2.1 204.00 NOTE
r-release-windows-x86_64 5.2.1 55.00 193.00 248.00 NOTE
r-oldrel-macos-arm64 5.2.1 154.00 NOTE
r-oldrel-windows-x86_64 5.2.1 55.00 169.00 224.00 NOTE

Check Details

Version: 5.2.1
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-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-prerel-macos-arm64, r-prerel-macos-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64

Version: 5.2.1
Check: tests
Result: ERROR Running ‘engine.R’ [0s/0s] Comparing ‘engine.Rout’ to ‘engine.Rout.save’ ...4d3 < Using libcurl 7.88.1 with LibreSSL/3.3.6 Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [3s/110s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: • libcurl does not have libidn (1): 'test-idn.R:5:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-certificates.R:9:3'): CloudFlare / LetsEncrypt certs ─────────── Error in `curl_fetch_memory("http://curl.se")`: Timeout was reached: [curl.se] Resolving timed out after 10009 milliseconds Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-certificates.R:9:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory("http://curl.se") [ FAIL 1 | WARN 0 | SKIP 4 | PASS 219 ] Error: Test failures Execution halted Flavor: r-prerel-macos-arm64

Version: 5.2.1
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-prerel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 5.2.1
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-prerel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 5.2.1
Check: tests
Result: ERROR Running ‘engine.R’ [0s/1s] Comparing ‘engine.Rout’ to ‘engine.Rout.save’ ...4d3 < Using libcurl 8.5.0 with GnuTLS/3.8.3 Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.5.0 with GnuTLS/3.8.3 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.5.0 with GnuTLS/3.8.3 Using test server: https://hb.r-universe.dev [ FAIL 1 | 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. [ FAIL 1 | WARN 0 | SKIP 4 | PASS 217 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64