R Under development (unstable) (2024-06-25 r86831 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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) > library(CVXR) Attaching package: 'CVXR' The following object is masked from 'package:stats': power > > test_check("CVXR", filter="^g04") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 0 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-g04-scs.R:13:5', 'test-g04-scs.R:38:5', 'test-g04-scs.R:48:5', 'test-g04-scs.R:57:5', 'test-g04-scs.R:78:5', 'test-g04-scs.R:103:5', 'test-g04-scs.R:115:5', 'test-g04-scs.R:127:5', 'test-g04-scs.R:139:5', 'test-g04-scs.R:149:5' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 0 ] > > proc.time() user system elapsed 2.78 0.26 3.04