R Under development (unstable) (2026-03-03 r89529 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do your testing? > # Learn more about testing at https://r-pkgs.org/tests.html > > library(testthat) > library(CVXR) Attaching package: 'CVXR' The following objects are masked from 'package:stats': power, sd, var The following objects are masked from 'package:base': norm, outer > > test_check("CVXR") [ FAIL 0 | WARN 0 | SKIP 3 | PASS 116 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • HiGHS column name validation not exposed in R highs package (1): 'test-cran-solver-matrix.R:619:3' • HiGHS model export not exposed in R highs package (1): 'test-cran-solver-matrix.R:629:3' • HiGHS warm-start blocked: R highs package lacks setSolution() (1): 'test-cran-solver-matrix.R:624:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 116 ] > > proc.time() user system elapsed 15.14 1.17 17.43