Last updated on 2026-04-27 02:53:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 7.1.0 | 9.29 | 51.61 | 60.90 | OK | |
| r-devel-linux-x86_64-debian-gcc | 7.1.0 | 7.53 | 37.91 | 45.44 | OK | |
| r-devel-linux-x86_64-fedora-clang | 7.1.0 | 12.00 | 78.35 | 90.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 7.1.0 | 15.00 | 90.96 | 105.96 | OK | |
| r-patched-linux-x86_64 | 7.0.0 | 8.42 | 47.80 | 56.22 | OK | |
| r-release-linux-x86_64 | 7.1.0 | 7.68 | 48.52 | 56.20 | OK | |
| r-release-macos-arm64 | 7.1.0 | 3.00 | 149.00 | 152.00 | ERROR | |
| r-release-macos-x86_64 | 7.1.0 | 12.00 | 269.00 | 281.00 | OK | |
| r-release-windows-x86_64 | 7.1.0 | 74.00 | 192.00 | 266.00 | OK | |
| r-oldrel-macos-arm64 | 7.1.0 | 4.00 | 426.00 | 430.00 | NOTE | |
| r-oldrel-macos-x86_64 | 7.1.0 | 11.00 | 265.00 | 276.00 | NOTE | |
| r-oldrel-windows-x86_64 | 7.1.0 | 73.00 | 229.00 | 302.00 | NOTE |
Version: 7.1.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/116s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(curl)
Using libcurl 8.14.1 with LibreSSL/3.3.6
>
> # Comply with CRAN policy: skip tests if no internet
> if(curl::has_internet()){
+ test_check("curl")
+ }
This is libcurl version 8.14.1 with LibreSSL/3.3.6 (SecureTransport)
Using test server: https://hb.opencpu.org
Saving _problems/test-certificates-7.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 268 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (5): 'test-auth.R:27:3', 'test-handle.R:149:3',
'test-multi-download.R:14:3', 'test-seek.R:2:3', 'test-winssl.R:2:3'
• libcurl does not have libidn (1): 'test-idn.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-certificates.R:7:3'): CloudFlare / LetsEncrypt certs ───────────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl_fetch_memory("http://curl.se")`: Timeout was reached [curl.se]:
Resolving timed out after 10002 milliseconds
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-certificates.R:7:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─curl::curl_fetch_memory("http://curl.se")
5. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 268 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64
Version: 7.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,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 7.1.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-oldrel-windows-x86_64