R Under development (unstable) (2023-07-14 r84692 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > suppressPackageStartupMessages(library(openssl)) > > test_check("openssl") [ FAIL 0 | WARN 0 | SKIP 2 | PASS 558 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • no longer available (1): 'test_google.R:7:3' • ssl_ctx_curl_version_match() is not TRUE (1): 'test_ssl_ctx.R:4:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 558 ] > > proc.time() user system elapsed 6.53 0.21 6.75