CRAN Package Check Results for Package curl

Last updated on 2024-08-17 02:48:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.2.1 7.66 42.33 49.99 NOTE
r-devel-linux-x86_64-debian-gcc 5.2.1 6.35 31.42 37.77 NOTE
r-devel-linux-x86_64-fedora-clang 5.2.1 78.90 NOTE
r-devel-linux-x86_64-fedora-gcc 5.2.1 88.58 NOTE
r-devel-windows-x86_64 5.2.1 66.00 175.00 241.00 ERROR
r-patched-linux-x86_64 5.2.1 8.06 40.46 48.52 NOTE
r-release-linux-x86_64 5.2.1 7.45 40.15 47.60 NOTE
r-release-macos-arm64 5.2.1 163.00 ERROR
r-release-macos-x86_64 5.2.1 164.00 NOTE
r-release-windows-x86_64 5.2.1 65.00 176.00 241.00 NOTE
r-oldrel-macos-arm64 5.2.1 188.00 NOTE
r-oldrel-macos-x86_64 5.2.1 204.00 NOTE
r-oldrel-windows-x86_64 5.2.1 65.00 195.00 260.00 ERROR

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, 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.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-devel-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, 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.1
Check: tests
Result: ERROR Running 'engine.R' [0s] Comparing 'engine.Rout' to 'engine.Rout.save' ...4d3 < Using libcurl 8.3.0 with Schannel Running 'spelling.R' [0s] Running 'testthat.R' [52s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.3.0 with Schannel > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.3.0 with (OpenSSL/3.1.2) Schannel Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 218 ] ══ 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-certificates.R:15:3'): Invalid domain raises an error ──────── `curl_fetch_memory(fake_url)` threw an error with unexpected message. Expected match: "certificate" Actual message: "Recv failure: Connection was reset" Backtrace: ▆ 1. ├─testthat::expect_error(curl_fetch_memory(fake_url), "certificate") at test-certificates.R:15:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─curl::curl_fetch_memory(fake_url) ── Error ('test-certificates.R:16:3'): Invalid domain raises an error ────────── Error in `curl_fetch_memory(fake_url, handle = new_handle(ssl_verifyhost = FALSE, ssl_verifypeer = FALSE))`: Recv failure: Connection was reset Backtrace: ▆ 1. ├─testthat::expect_is(...) at test-certificates.R:16:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 218 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

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-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.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-release-macos-arm64

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-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 5.2.1
Check: tests
Result: ERROR Running 'engine.R' [0s] Comparing 'engine.Rout' to 'engine.Rout.save' ...4d3 < Using libcurl 8.3.0 with Schannel Running 'spelling.R' [0s] Running 'testthat.R' [53s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.3.0 with Schannel > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.3.0 with (OpenSSL/3.1.2) Schannel Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 218 ] ══ 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-certificates.R:15:3'): Invalid domain raises an error ──────── `curl_fetch_memory(fake_url)` threw an error with unexpected message. Expected match: "certificate" Actual message: "Recv failure: Connection was reset" Backtrace: ▆ 1. ├─testthat::expect_error(curl_fetch_memory(fake_url), "certificate") at test-certificates.R:15:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─curl::curl_fetch_memory(fake_url) ── Error ('test-certificates.R:16:3'): Invalid domain raises an error ────────── Error in `curl_fetch_memory(fake_url, handle = new_handle(ssl_verifyhost = FALSE, ssl_verifypeer = FALSE))`: Recv failure: Connection was reset Backtrace: ▆ 1. ├─testthat::expect_is(...) at test-certificates.R:16:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─curl::curl_fetch_memory(...) [ FAIL 2 | WARN 0 | SKIP 4 | PASS 218 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64