[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/53: gnu: Add r-rootsolve.
From: |
Ricardo Wurmus |
Subject: |
52/53: gnu: Add r-rootsolve. |
Date: |
Thu, 16 Aug 2018 11:05:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cea4d360d4b21c1dc27c9ec676bc08830f600c61
Author: Ricardo Wurmus <address@hidden>
Date: Thu Aug 16 16:47:42 2018 +0200
gnu: Add r-rootsolve.
* gnu/packages/cran.scm (r-rootsolve): New variable.
---
gnu/packages/cran.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3665e35..411e5a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4813,3 +4813,37 @@ receiver operating characteristic (ROC curves). The
area under the
curve (AUC) can be compared with statistical tests based on U-statistics or
bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
(license license:gpl3+)))
+
+(define-public r-rootsolve
+ (package
+ (name "r-rootsolve")
+ (version "1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rootSolve" version))
+ (sha256
+ (base32
+ "08ic6ggcc5dw4nv9xsqkm3vnvswmxyhnqnv1rdjv1h2gy1ivpcq8"))))
+ (properties `((upstream-name . "rootSolve")))
+ (build-system r-build-system)
+ (native-inputs `(("gfortran" ,gfortran)))
+ (home-page "https://cran.r-project.org/web/packages/rootSolve/")
+ (synopsis "Tools for the analysis of ordinary differential equations")
+ (description
+ "This package provides routines to find the root of nonlinear functions,
+and to perform steady-state and equilibrium analysis of @dfn{ordinary
+differential equations} (ODE). It includes routines that:
+
address@hidden
address@hidden generate gradient and jacobian matrices (full and banded),
address@hidden find roots of non-linear equations by the Newton-Raphson method,
address@hidden estimate steady-state conditions of a system of (differential)
equations
+ in full, banded or sparse form, using the Newton-Raphson method, or by
+ dynamically running,
address@hidden solve the steady-state conditions for uni- and multicomponent
1-D, 2-D,
+ and 3-D partial differential equations, that have been converted to ordinary
+ differential equations by numerical differencing (using the method-of-lines
+ approach).
address@hidden enumerate\n")
+ (license license:gpl2+)))
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., (continued)
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc., Ricardo Wurmus, 2018/08/16
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve.,
Ricardo Wurmus <=
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh., Ricardo Wurmus, 2018/08/16
- 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0., Ricardo Wurmus, 2018/08/16
- 50/53: gnu: Add ghc-chart., Ricardo Wurmus, 2018/08/16
- 24/53: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2., Ricardo Wurmus, 2018/08/16
- 37/53: gnu: ghc-http: Update to 4000.3.12., Ricardo Wurmus, 2018/08/16
- 53/53: gnu: Add r-inspect., Ricardo Wurmus, 2018/08/16
- 22/53: gnu: ghc-hunit: Update to 1.6.0.0., Ricardo Wurmus, 2018/08/16
- 47/53: gnu: Add ghc-operational., Ricardo Wurmus, 2018/08/16