CRAN Package Check Results for Package RCurl

Last updated on 2026-06-07 08:50:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.98-1.19 20.71 49.14 69.85 OK
r-devel-linux-x86_64-debian-gcc 1.98-1.19 14.35 34.52 48.87 OK
r-devel-linux-x86_64-fedora-clang 1.98-1.19 29.00 71.09 100.09 OK
r-devel-linux-x86_64-fedora-gcc 1.98-1.19 35.00 76.10 111.10 OK
r-devel-windows-x86_64 1.98-1.19 41.00 166.00 207.00 OK
r-patched-linux-x86_64 1.98-1.18 17.50 44.53 62.03 ERROR
r-release-linux-x86_64 1.98-1.19 16.43 46.79 63.22 OK
r-release-macos-arm64 1.98-1.19 9.00 44.00 53.00 OK
r-release-macos-x86_64 1.98-1.19 25.00 110.00 135.00 OK
r-release-windows-x86_64 1.98-1.19 52.00 178.00 230.00 OK
r-oldrel-macos-arm64 1.98-1.19 7.00 65.00 72.00 OK
r-oldrel-macos-x86_64 1.98-1.19 25.00 110.00 135.00 OK
r-oldrel-windows-x86_64 1.98-1.19 60.00 199.00 259.00 OK

Additional issues

rchk

Check Details

Version: 1.98-1.18
Check: examples
Result: ERROR Running examples in ‘RCurl-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: curlSetOpt > ### Title: Set values for the CURL options > ### Aliases: curlSetOpt > ### Keywords: IO > > ### ** Examples > > if(url.exists("https://www.omegahat.net")) { + + curl = getCurlHandle() + # Note the header that extends across two lines with the second line + # prefixed with white space. + curlSetOpt( .opts = list(httpheader = c(Date = "Wed, 1/2/2000 10:01:01", + foo="abc\n extra line"), verbose = TRUE), + curl = curl) + ans = getURL("https://www.omegahat.net", curl = curl) + } * Trying [2a06:98c1:3120::a]:443... * Immediate connect fail for 2a06:98c1:3120::a: Network is unreachable * connect to 2a06:98c1:3120::a port 443 from :: port 0 failed: Success * Trying [2a06:98c1:3121::a]:443... * Immediate connect fail for 2a06:98c1:3121::a: Network is unreachable * connect to 2a06:98c1:3121::a port 443 from :: port 0 failed: Success * Host www.omegahat.net:443 was resolved. * IPv6: 2a06:98c1:3120::a, 2a06:98c1:3121::a * IPv4: 188.114.97.10, 188.114.96.10 * Trying 188.114.97.10:443... * GnuTLS priority: NORMAL:%PROFILE_MEDIUM:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0:-VERS-TLS-ALL:+VERS-TLS1.3:+VERS-TLS1.2 * ALPN: curl offers h2,http/1.1 * SSL Trust Anchors: * CAfile: 144 certificates in /etc/ssl/certs/ca-certificates.crt * CApath: 435 certificates in /etc/ssl/certs * SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384 * SSL certificate verified by GnuTLS * SSL certificate expiration date OK * SSL certificate activation date OK * SSL certificate status verification SKIPPED * common name: omegahat.net (matched) * certificate public key: EC/ECDSA * certificate version: #3 * subject: CN=omegahat.net * start date: Tue, 12 May 2026 18:07:29 GMT * expire date: Mon, 10 Aug 2026 18:07:28 GMT * issuer: C=US,O=Let's Encrypt,CN=E7 * ALPN: server accepted h2 * Established connection to www.omegahat.net (188.114.97.10 port 443) from 137.208.57.142 port 52748 * using HTTP/2 * Connection #0 to host www.omegahat.net:443 left intact Error in (function (type, msg, asError = TRUE) : Calls: getURL -> curlPerform -> <Anonymous> -> fun Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed binaryBuffer 0.148 0.017 6.225 Flavor: r-patched-linux-x86_64