Last updated on 2026-05-15 13:55:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.98-1.18 | 20.11 | 48.18 | 68.29 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.98-1.18 | 15.72 | 34.50 | 50.22 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.98-1.18 | 29.00 | 70.11 | 99.11 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.98-1.18 | 32.00 | 69.79 | 101.79 | OK | |
| r-devel-windows-x86_64 | 1.98-1.18 | 43.00 | 234.00 | 277.00 | OK | |
| r-patched-linux-x86_64 | 1.98-1.18 | 17.94 | 103.23 | 121.17 | OK | |
| r-release-linux-x86_64 | 1.98-1.18 | 16.89 | 44.99 | 61.88 | OK | |
| r-release-macos-arm64 | 1.98-1.18 | 8.00 | 329.00 | 337.00 | OK | |
| r-release-macos-x86_64 | 1.98-1.18 | 25.00 | 137.00 | 162.00 | OK | |
| r-release-windows-x86_64 | 1.98-1.18 | 43.00 | 184.00 | 227.00 | OK | |
| r-oldrel-macos-arm64 | 1.98-1.18 | 7.00 | 38.00 | 45.00 | OK | |
| r-oldrel-macos-x86_64 | 1.98-1.18 | 27.00 | 104.00 | 131.00 | OK | |
| r-oldrel-windows-x86_64 | 1.98-1.18 | 43.00 | 172.00 | 215.00 | OK |
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)
+ }
* Host www.omegahat.net:443 was resolved.
* IPv6: 2a06:98c1:3121::a, 2a06:98c1:3120::a
* IPv4: 188.114.96.10, 188.114.97.10
* 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
* Trying 188.114.96.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.96.10 port 443) from 137.208.57.142 port 51206
* 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.15 0.016 9.503
Flavor: r-devel-linux-x86_64-debian-clang
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)
+ }
* Host www.omegahat.net:443 was resolved.
* IPv6: 2a06:98c1:3120::a, 2a06:98c1:3121::a
* IPv4: 188.114.96.10, 188.114.97.10
* 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 188.114.96.10:443...
* ALPN: curl offers h2,http/1.1
* SSL Trust Anchors:
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519MLKEM768 / id-ecPublicKey
* ALPN: server accepted h2
* Server certificate:
* subject: CN=omegahat.net
* start date: May 12 18:07:29 2026 GMT
* expire date: Aug 10 18:07:28 2026 GMT
* issuer: C=US; O=Let's Encrypt; CN=E7
* Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* subjectAltName: "www.omegahat.net" matches cert's "*.omegahat.net"
* OpenSSL verify result: 0
* SSL certificate verified via OpenSSL.
* Established connection to www.omegahat.net (188.114.96.10 port 443) from 137.208.57.30 port 50976
* 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.031 0.009 7.457
Flavor: r-devel-linux-x86_64-debian-gcc