- using R version 4.6.0 (2026-04-24)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-04-25 15:48:28 UTC
- checking for file ‘curl/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘curl’ version ‘7.1.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘curl’ can be installed ... [3s/4s] OK
See the install log for details.
- used C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
- used SDK: ‘MacOSX14.5.sdk’
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [1s/1s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking R/sysdata.rda ... OK
- checking line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [0s/9s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [3s/116s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [5s/11s] OK
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '