From efb965a4fabb09d0a4af7a9ff176d4af509ee134 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 24 Nov 2022 17:21:41 +0100 Subject: gnu: Add r-cvxr. * gnu/packages/cran.scm (r-cvxr): New variable. --- gnu/packages/cran.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 10d7411b88..ad0657ef3b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5711,6 +5711,43 @@ testing framework of Wald are generic and can therefore also be used in other contexts.") (license license:gpl2+))) +(define-public r-cvxr + (package + (name "r-cvxr") + (version "1.0-11") + (source (origin + (method url-fetch) + (uri (cran-uri "CVXR" version)) + (sha256 + (base32 + "0alp1g4bszxqcrjbn54bz1zswg8y10372fwwlbi0jjazycw9cap9")))) + (properties `((upstream-name . "CVXR"))) + (build-system r-build-system) + (propagated-inputs + (list r-bit64 + r-ecosolver + r-gmp + r-matrix + r-osqp + r-r6 + r-rcpp + r-rcppeigen + r-rmpfr + r-scs)) + (native-inputs (list r-knitr)) + (home-page "https://cvxr.rbind.io") + (synopsis "Disciplined convex optimization") + (description + "This package provides an object-oriented modeling language for +@dfn{disciplined convex programming} (DCP) as described in Fu, +Narasimhan, and Boyd (2020, ). It allows +the user to formulate convex optimization problems in a natural way +following mathematical convention and DCP rules. The system analyzes +the problem, verifies its convexity, converts it into a canonical +form, and hands it off to an appropriate solver to obtain the +solution. Interfaces to solvers on CRAN and elsewhere are provided.") + (license license:asl2.0))) + (define-public r-squarem (package (name "r-squarem") -- cgit v1.2.3 lass='txt' type='search' size='10' name='q' value=''/>
AgeCommit message (Expand)Author
2018-03-02gnu: Update (gnu packages python-web) phase styles....Tobias Geerinckx-Rice
2018-03-02gnu: python-flask-script: Update to 2.0.6....Tobias Geerinckx-Rice
2018-03-02gnu: python-htmlmin: Update to 0.1.12....Tobias Geerinckx-Rice
2018-03-02gnu: python-s3transfer: Update to 0.1.13....Tobias Geerinckx-Rice
2018-03-02gnu: python-webtest: Update to 2.0.29....Tobias Geerinckx-Rice
2018-03-02gnu: python-ndg-httpsclient: Update to 0.4.4....Tobias Geerinckx-Rice
2018-03-02gnu: python-cssutils: Update to 1.0.2....Tobias Geerinckx-Rice
2018-03-02gnu: python-flask-babel: Update to 0.11.2....Tobias Geerinckx-Rice
2018-02-28gnu: python-webencodings: Update to 0.5.1....Marius Bakke
2018-02-28gnu: python-html5lib: Update to 1.0.1....Marius Bakke
2018-02-19gnu: awscli: Update to 1.14.41....Tobias Geerinckx-Rice
2018-02-16Merge branch 'master' into core-updatesMark H Weaver
2018-02-15gnu: python-elasticsearch: Update to 6.1.1....Pjotr Prins
2018-02-03Merge branch 'master' into core-updatesMark H Weaver
2018-02-01gnu: awscli: Update to 1.14.32....David Thompson
2018-01-05gnu: python-zope-testing: Update to 4.6.1....Leo Famulari
2017-12-24gnu: python, python-web: Update ‘permanently moved’ home pages....Tobias Geerinckx-Rice
2017-11-18gnu: Move date/time packages from python.scm to time.scm....Ricardo Wurmus
2017-11-17gnu: Move database packages from python.scm to databases.scm....Ricardo Wurmus
2017-11-17gnu: Move more web packages from python.scm to python-web.scm....Ricardo Wurmus
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-11-16gnu: Move more packages from python to python-web....Ludovic Courtès
2017-11-16gnu: Move crypto packages from python to python-crypto....Ludovic Courtès
2017-11-14gnu: Update awscli to 1.11.185....David Thompson
2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès