diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-08 18:26:19 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:36:59 +0200 |
| commit | e463d523cbfe84f96d9752b2ec00a5077b11ec12 (patch) | |
| tree | f5c86f7ac67c754013d449f57e45a8c9e0e973d7 /gnu/packages | |
| parent | c18362a3867d8c3582f0dc55bea92078a21b9d19 (diff) | |
gnu: r-cvxr: Update to 1.8.1.
* gnu/packages/cran.scm (r-cvxr): Update to 1.8.1.
[arguments]: Enable all tests.
[propagated-inputs]: Remove r-bit64, r-ecosolver, and r-rmpfr; add r-clarabel,
r-highs, r-s7, and r-slam.
Change-Id: Ibd5ef85da179a1f0a4c77f4b285e29bcc8794cea
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cran.scm | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7cb5b26aa6..e9401b0fc8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19941,32 +19941,27 @@ contexts.") (define-public r-cvxr (package (name "r-cvxr") - (version "1.0-15") + (version "1.8.1") (source (origin (method url-fetch) (uri (cran-uri "CVXR" version)) (sha256 (base32 - "13435gwqgdaw7xxxza5k9p10z2wjlw9x5d1znj03h44k6wm1jfy1")))) + "1ws4g64qbw0grk253pvxy5pnlp7336y94md5cvslcwy8ww1yql64")))) (properties `((upstream-name . "CVXR"))) (build-system r-build-system) - (arguments - (list - #:skipped-tests - ;; This test fails with an accuracy error. - '(("test-g01-atoms.R" - "test mixed_norm")))) (propagated-inputs - (list r-bit64 + (list r-clarabel r-cli - r-ecosolver r-gmp + r-highs r-matrix r-osqp r-rcpp r-rcppeigen - r-rmpfr - r-scs)) + r-s7 + r-scs + r-slam)) (native-inputs (list r-knitr r-testthat)) (home-page "https://cvxr.rbind.io") (synopsis "Disciplined convex optimization") |
