Last updated on 2026-03-10 19:49:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.8.1 | 107.75 | 204.53 | 312.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.8.1 | 71.72 | 148.33 | 220.05 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.8.1 | 156.00 | 317.83 | 473.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.8.1 | 189.00 | 314.22 | 503.22 | OK | |
| r-devel-macos-arm64 | 1.8.1 | 24.00 | 44.00 | 68.00 | OK | |
| r-devel-windows-x86_64 | 1.8.1 | 129.00 | 294.00 | 423.00 | OK | |
| r-patched-linux-x86_64 | 1.0-15 | 137.48 | 245.79 | 383.27 | ERROR | |
| r-release-linux-x86_64 | 1.8.1 | 96.57 | 187.75 | 284.32 | OK | |
| r-release-macos-arm64 | 1.8.1 | 21.00 | 46.00 | 67.00 | OK | |
| r-release-macos-x86_64 | 1.0-15 | 75.00 | 314.00 | 389.00 | OK | |
| r-release-windows-x86_64 | 1.8.1 | 117.00 | 258.00 | 375.00 | OK | |
| r-oldrel-macos-arm64 | 1.8.1 | 20.00 | 50.00 | 70.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0-15 | 77.00 | 244.00 | 321.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.8.1 | 130.00 | 310.00 | 440.00 | NOTE |
Version: 1.0-15
Check: examples
Result: ERROR
Running examples in ‘CVXR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: conv
> ### Title: Discrete Convolution
> ### Aliases: conv
>
> ### ** Examples
>
> set.seed(129)
> x <- Variable(5)
> h <- matrix(stats::rnorm(2), nrow = 2, ncol = 1)
> prob <- Problem(Minimize(sum(conv(h, x))))
> result <- solve(prob)
Warning: ! Using `model$Solve()` is deprecated for <OSQP_Model> objects.
ℹ Use `model@Solve()` instead.
Error in status_map(object, solution$info$status_val) :
OSQP status unrecognized: 5
Calls: solve ... invert -> invert -> invert -> status_map -> status_map
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0-15
Check: tests
Result: ERROR
Running ‘group00.R’ [5s/5s]
Running ‘group01.R’ [20s/24s]
Running ‘group02.R’ [5s/5s]
Running ‘group03.R’ [5s/6s]
Running ‘group04.R’ [5s/7s]
Running ‘group05.R’ [8s/11s]
Running the tests in ‘tests/group01.R’ failed.
Complete output:
> library(testthat)
> library(CVXR)
Attaching package: 'CVXR'
The following object is masked from 'package:stats':
power
>
> test_check("CVXR", filter="^g01")
Saving _problems/test-g01-atoms-724.R
[,1] [,2]
[1,] 1 2
[2,] 3 4
[1] 9.999998
[1] 4.000025
[ FAIL 1 | WARN 4 | SKIP 261 | PASS 429 ]
══ Skipped tests (261) ═════════════════════════════════════════════════════════
• On CRAN (260): 'test-g01-complex.R:5:3', 'test-g01-complex.R:26:3',
'test-g01-complex.R:47:3', 'test-g01-complex.R:61:3',
'test-g01-complex.R:68:3', 'test-g01-complex.R:104:3',
'test-g01-complex.R:119:3', 'test-g01-complex.R:130:3',
'test-g01-complex.R:141:3', 'test-g01-complex.R:191:3',
'test-g01-complex.R:201:3', 'test-g01-complex.R:218:3',
'test-g01-complex.R:235:3', 'test-g01-complex.R:247:3',
'test-g01-complex.R:279:3', 'test-g01-complex.R:314:3',
'test-g01-complex.R:343:3', 'test-g01-complex.R:351:3',
'test-g01-complex.R:359:3', 'test-g01-complex.R:396:3',
'test-g01-complex.R:421:3', 'test-g01-constraints.R:19:3',
'test-g01-constraints.R:53:3', 'test-g01-constraints.R:86:3',
'test-g01-constraints.R:111:3', 'test-g01-constraints.R:131:3',
'test-g01-constraints.R:139:3', 'test-g01-convolution.R:5:3',
'test-g01-convolution.R:29:3', 'test-g01-curvature.R:15:3',
'test-g01-curvature.R:24:3', 'test-g01-curvature.R:33:3',
'test-g01-curvature.R:45:3', 'test-g01-curvature.R:51:3',
'test-g01-dgp.R:5:3', 'test-g01-dgp.R:30:3', 'test-g01-dgp.R:46:3',
'test-g01-dgp.R:66:3', 'test-g01-dgp.R:80:3', 'test-g01-dgp.R:95:3',
'test-g01-dgp.R:111:3', 'test-g01-dgp.R:134:3', 'test-g01-dgp.R:158:3',
'test-g01-dgp.R:165:3', 'test-g01-dgp2dcp.R:32:3', 'test-g01-dgp2dcp.R:81:3',
'test-g01-dgp2dcp.R:105:3', 'test-g01-dgp2dcp.R:116:3',
'test-g01-dgp2dcp.R:144:3', 'test-g01-dgp2dcp.R:184:3',
'test-g01-dgp2dcp.R:211:3', 'test-g01-dgp2dcp.R:230:3',
'test-g01-dgp2dcp.R:329:3', 'test-g01-dgp2dcp.R:340:3',
'test-g01-dgp2dcp.R:362:3', 'test-g01-dgp2dcp.R:371:3',
'test-g01-dgp2dcp.R:380:3', 'test-g01-dgp2dcp.R:406:3',
'test-g01-dgp2dcp.R:422:3', 'test-g01-dgp2dcp.R:435:3',
'test-g01-dgp2dcp.R:446:3', 'test-g01-dgp2dcp.R:466:3',
'test-g01-dgp2dcp.R:476:3', 'test-g01-dgp2dcp.R:485:3',
'test-g01-dgp2dcp.R:495:3', 'test-g01-dgp2dcp.R:506:3',
'test-g01-dgp2dcp.R:521:3', 'test-g01-dgp2dcp.R:533:3',
'test-g01-domain.R:50:3', 'test-g01-domain.R:71:3', 'test-g01-domain.R:78:3',
'test-g01-domain.R:86:3', 'test-g01-domain.R:94:3',
'test-g01-domain.R:101:3', 'test-g01-domain.R:108:3',
'test-g01-domain.R:115:3', 'test-g01-domain.R:124:3',
'test-g01-domain.R:143:3', 'test-g01-domain.R:151:3',
'test-g01-expressions.R:28:3', 'test-g01-expressions.R:42:3',
'test-g01-expressions.R:78:3', 'test-g01-expressions.R:105:3',
'test-g01-expressions.R:138:3', 'test-g01-expressions.R:147:3',
'test-g01-expressions.R:193:3', 'test-g01-expressions.R:232:3',
'test-g01-expressions.R:279:3', 'test-g01-expressions.R:314:3',
'test-g01-expressions.R:342:3', 'test-g01-expressions.R:397:3',
'test-g01-expressions.R:424:3', 'test-g01-expressions.R:446:3',
'test-g01-expressions.R:490:3', 'test-g01-expressions.R:542:3',
'test-g01-expressions.R:578:3', 'test-g01-expressions.R:596:3',
'test-g01-expressions.R:621:3', 'test-g01-expressions.R:722:3',
'test-g01-expressions.R:737:3', 'test-g01-expressions.R:766:3',
'test-g01-expressions.R:814:3', 'test-g01-expressions.R:862:3',
'test-g01-expressions.R:872:3', 'test-g01-expressions.R:885:3',
'test-g01-grad.R:12:3', 'test-g01-grad.R:24:3', 'test-g01-grad.R:67:3',
'test-g01-grad.R:83:3', 'test-g01-grad.R:103:3', 'test-g01-grad.R:118:3',
'test-g01-grad.R:138:3', 'test-g01-grad.R:145:3', 'test-g01-grad.R:166:3',
'test-g01-grad.R:195:3', 'test-g01-grad.R:214:3', 'test-g01-grad.R:225:3',
'test-g01-grad.R:236:3', 'test-g01-grad.R:244:3', 'test-g01-grad.R:291:3',
'test-g01-grad.R:320:3', 'test-g01-grad.R:349:3', 'test-g01-grad.R:378:3',
'test-g01-grad.R:408:3', 'test-g01-grad.R:438:3', 'test-g01-grad.R:468:3',
'test-g01-grad.R:514:3', 'test-g01-grad.R:562:3', 'test-g01-grad.R:610:3',
'test-g01-grad.R:692:3', 'test-g01-lin_ops.R:23:3',
'test-g01-lin_ops.R:32:3', 'test-g01-lin_ops.R:41:3',
'test-g01-lin_ops.R:68:3', 'test-g01-lin_ops.R:80:3',
'test-g01-lin_ops.R:94:3', 'test-g01-lin_ops.R:104:3',
'test-g01-lin_ops.R:119:3', 'test-g01-lin_ops.R:134:3',
'test-g01-linear_cone.R:30:3', 'test-g01-linear_cone.R:102:3',
'test-g01-linear_cone.R:144:3', 'test-g01-linear_cone.R:173:3',
'test-g01-linear_cone.R:206:3', 'test-g01-linear_cone.R:242:3',
'test-g01-matrices.R:22:3', 'test-g01-matrices.R:45:3',
'test-g01-matrices.R:69:3', 'test-g01-matrices.R:87:3',
'test-g01-mip_vars.R:10:3', 'test-g01-mip_vars.R:34:3',
'test-g01-mip_vars.R:68:3', 'test-g01-mip_vars.R:85:3',
'test-g01-mip_vars.R:96:3', 'test-g01-monotonicity.R:10:3',
'test-g01-monotonicity.R:44:3', 'test-g01-mosek_conif.R:9:3',
'test-g01-mosek_conif.R:45:3', 'test-g01-mosek_conif.R:86:3',
'test-g01-mosek_conif.R:128:3', 'test-g01-mosek_conif.R:152:3',
'test-g01-non_optimal.R:4:3', 'test-g01-non_optimal.R:21:3',
'test-g01-nonlinear_atoms.R:12:3', 'test-g01-nonlinear_atoms.R:45:3',
'test-g01-nonlinear_atoms.R:51:3', 'test-g01-nonlinear_atoms.R:84:3',
'test-g01-nonlinear_atoms.R:98:3', 'test-g01-nonlinear_atoms.R:112:3',
'test-g01-problem.R:23:3', 'test-g01-problem.R:31:3',
'test-g01-problem.R:42:3', 'test-g01-problem.R:66:3',
'test-g01-problem.R:104:3', 'test-g01-problem.R:113:3',
'test-g01-problem.R:136:3', 'test-g01-problem.R:264:3',
'test-g01-problem.R:274:3', 'test-g01-problem.R:311:3',
'test-g01-problem.R:321:3', 'test-g01-problem.R:350:3',
'test-g01-problem.R:361:3', 'test-g01-problem.R:417:3',
'test-g01-problem.R:481:3', 'test-g01-problem.R:500:3',
'test-g01-problem.R:509:3', 'test-g01-problem.R:529:3',
'test-g01-problem.R:547:3', 'test-g01-problem.R:555:3',
'test-g01-problem.R:574:3', 'test-g01-problem.R:606:3',
'test-g01-problem.R:632:3', 'test-g01-problem.R:666:3',
'test-g01-problem.R:674:3', 'test-g01-problem.R:697:3',
'test-g01-problem.R:706:3', 'test-g01-problem.R:714:3',
'test-g01-problem.R:746:3', 'test-g01-problem.R:777:3',
'test-g01-problem.R:817:3', 'test-g01-problem.R:844:3',
'test-g01-problem.R:872:3', 'test-g01-problem.R:877:3',
'test-g01-problem.R:925:3', 'test-g01-problem.R:945:3',
'test-g01-problem.R:960:3', 'test-g01-problem.R:971:3',
'test-g01-problem.R:980:3', 'test-g01-problem.R:1003:3',
'test-g01-problem.R:1014:3', 'test-g01-problem.R:1022:3',
'test-g01-problem.R:1051:3', 'test-g01-problem.R:1058:3',
'test-g01-problem.R:1113:3', 'test-g01-problem.R:1125:3',
'test-g01-problem.R:1184:3', 'test-g01-problem.R:1195:3',
'test-g01-problem.R:1219:3', 'test-g01-problem.R:1256:3',
'test-g01-problem.R:1334:3', 'test-g01-problem.R:1361:3',
'test-g01-problem.R:1381:3', 'test-g01-problem.R:1390:3',
'test-g01-qp.R:409:3', 'test-g01-qp.R:442:3', 'test-g01-qp.R:466:3',
'test-g01-qp.R:508:3', 'test-g01-quad_form.R:5:3',
'test-g01-quad_form.R:51:3', 'test-g01-quad_form.R:87:3',
'test-g01-quad_form.R:96:3', 'test-g01-quad_form.R:108:3',
'test-g01-quad_form.R:120:3', 'test-g01-semidefinite_vars.R:9:3',
'test-g01-semidefinite_vars.R:25:3', 'test-g01-solvers.R:38:3',
'test-g01-solvers.R:55:3', 'test-g01-solvers.R:71:3',
'test-g01-solvers.R:87:5', 'test-g01-solvers.R:100:3',
'test-g01-solvers.R:122:3', 'test-g01-solvers.R:151:3',
'test-g01-solvers.R:197:3', 'test-g01-solvers.R:243:3',
'test-g01-solvers.R:270:3', 'test-g01-solvers.R:363:3',
'test-g01-solvers.R:388:3', 'test-g01-solvers.R:434:3',
'test-g01-solvers.R:480:3', 'test-g01-solvers.R:505:3',
'test-g01-solvers.R:531:3', 'test-g01-solvers.R:555:3',
'test-g01-solvers.R:580:3', 'test-g01-solvers.R:621:3',
'test-g01-solvers.R:694:3', 'test-g01-solvers.R:743:3',
'test-g01-solvers.R:768:3', 'test-g01-solvers.R:794:3',
'test-g01-solvers.R:818:3', 'test-g01-solvers.R:843:3'
• XPRESS_INSTALLED is not TRUE (1): 'test-g01-solvers.R:720:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-g01-atoms.R:724:3'): test mixed_norm ─────────────────────────
Expected `result$value` to equal 5.
Differences:
1/1 mismatches
[1] 5 - 5 == 8.05e-05
[ FAIL 1 | WARN 4 | SKIP 261 | PASS 429 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.8.1
Check: package dependencies
Result: NOTE
Packages which this enhances but not available for checking:
'gurobi', 'Rcplex'
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 1.8.1
Check: installed package size
Result: NOTE
installed size is 9.8Mb
sub-directories of 1Mb or more:
R 4.1Mb
libs 5.0Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-windows-x86_64
Version: 1.0-15
Check: package dependencies
Result: NOTE
Packages which this enhances but not available for checking:
'Rcplex', 'gurobi', 'rcbc'
Flavor: r-oldrel-macos-x86_64
Version: 1.0-15
Check: installed package size
Result: NOTE
installed size is 10.5Mb
sub-directories of 1Mb or more:
R 3.1Mb
doc 1.2Mb
help 1.1Mb
libs 4.7Mb
Flavor: r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.