mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user