CRAN Package Check Results for Package curl

Last updated on 2025-02-17 07:50:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.2.0 8.23 44.35 52.58 NOTE
r-devel-linux-x86_64-debian-gcc 6.2.0 7.14 32.59 39.73 ERROR
r-devel-linux-x86_64-fedora-clang 6.2.0 86.06 NOTE
r-devel-linux-x86_64-fedora-gcc 6.2.0 89.62 NOTE
r-devel-macos-arm64 6.2.0 158.00 NOTE
r-devel-macos-x86_64 6.2.0 181.00 NOTE
r-devel-windows-x86_64 6.2.0 62.00 187.00 249.00 NOTE
r-patched-linux-x86_64 6.2.0 8.01 42.95 50.96 ERROR
r-release-linux-x86_64 6.2.0 7.86 43.59 51.45 ERROR
r-release-macos-arm64 6.2.0 200.00 ERROR
r-release-macos-x86_64 6.2.0 235.00 NOTE
r-release-windows-x86_64 6.2.0 62.00 193.00 255.00 NOTE
r-oldrel-macos-arm64 6.1.0 166.00 NOTE
r-oldrel-macos-x86_64 6.2.0 233.00 NOTE
r-oldrel-windows-x86_64 6.2.0 67.00 232.00 299.00 NOTE

Check Details

Version: 6.2.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, r-devel-macos-arm64, r-devel-macos-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [7s/68s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with OpenSSL/3.4.0 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with OpenSSL/3.4.0 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 6.2.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-devel-windows-x86_64

Version: 6.2.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-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [10s/74s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with GnuTLS/3.8.9 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with GnuTLS/3.8.9 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 6.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/75s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(curl) Using libcurl 8.12.1-DEV with GnuTLS/3.8.9 > > # Comply with CRAN policy: skip tests if no internet > if(curl::has_internet()){ + test_check("curl") + } This is libcurl version 8.12.1-DEV with GnuTLS/3.8.9 Using test server: https://hb.r-universe.dev [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-idn.R:4:3', 'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-multi.R:147:5'): total_con and multi_fdset ─────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(total_con, res$pending). Difference: 1 ── Failure ('test-multi.R:164:5'): host_con and multi_fdset ──────────────────── length(c(fdset$reads, fdset$writes)) is not less than min(host_con, res$pending). Difference: 1 [ FAIL 2 | WARN 0 | SKIP 4 | PASS 252 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 6.2.0
Check: installed package size
Result: NOTE installed size is 8.1Mb sub-directories of 1Mb or more: doc 1.8Mb libs 6.0Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 6.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘intro.Rmd’ using rmarkdown Quitting from lines 48-52 [unnamed-chunk-2] (intro.Rmd) Execution halted --- re-building ‘windows.Rmd’ using rmarkdown --- finished re-building ‘windows.Rmd’ SUMMARY: processing the following file failed: ‘intro.Rmd’ Error: Vignette re-building failed. Execution halted * checking PDF version of manual ...* using check arguments '--no-clean-on-error ' Flavor: r-release-macos-arm64

Version: 6.2.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.1.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. Flavor: r-oldrel-macos-arm64