[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/21: gnu: Add r-deriv.
From: |
guix-commits |
Subject: |
01/21: gnu: Add r-deriv. |
Date: |
Sun, 27 Oct 2019 03:35:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6f921bfdaa91fee55bd65d38d6c6b975e8261f80
Author: Ricardo Wurmus <address@hidden>
Date: Sun Oct 27 07:59:35 2019 +0100
gnu: Add r-deriv.
* gnu/packages/cran.scm (r-deriv): New variable.
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70b468d..8f00e8d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6526,6 +6526,28 @@ comparisons to Cohen's d are offered based on Huberty &
Lowman's Percentage of
Group (Non-)Overlap considerations.")
(license license:gpl2)))
+(define-public r-deriv
+ (package
+ (name "r-deriv")
+ (version "3.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Deriv" version))
+ (sha256
+ (base32
+ "0hlqm216bg3l79gq6m0am0xz6vd3l2hgjnjm6lym3mkmgkka4kxw"))))
+ (properties `((upstream-name . "Deriv")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/Deriv")
+ (synopsis "Symbolic differentiation")
+ (description
+ "This package provides an R-based solution for symbolic differentiation.
+It admits user-defined functions as well as function substitution in arguments
+of functions to be differentiated. Some symbolic simplification is part of
+the work.")
+ (license license:gpl3+)))
+
(define-public r-doby
(package
(name "r-doby")
- branch master updated (5347163 -> 871c5d6), guix-commits, 2019/10/27
- 04/21: gnu: r-jomo: Update to 2.6-10., guix-commits, 2019/10/27
- 05/21: gnu: r-doby: Update to 4.6-3., guix-commits, 2019/10/27
- 08/21: gnu: r-bayestestr: Update to 0.4.0., guix-commits, 2019/10/27
- 01/21: gnu: Add r-deriv.,
guix-commits <=
- 10/21: gnu: r-ncdf4: Update to 1.17., guix-commits, 2019/10/27
- 02/21: gnu: Add r-sets., guix-commits, 2019/10/27
- 09/21: gnu: r-performance: Update to 0.4.0., guix-commits, 2019/10/27
- 12/21: gnu: r-spam: Update to 2.3-0.1., guix-commits, 2019/10/27
- 14/21: gnu: r-partitions: Update to 1.9-22., guix-commits, 2019/10/27
- 15/21: gnu: r-ggvis: Update to 0.4.5., guix-commits, 2019/10/27
- 18/21: gnu: r-mgcv: Update to 1.8-30., guix-commits, 2019/10/27
- 17/21: gnu: r-jpeg: Update to 0.1-8.1., guix-commits, 2019/10/27
- 03/21: gnu: r-ddalpha: Update to 1.3.10., guix-commits, 2019/10/27
- 07/21: gnu: r-emmeans: Update to 1.4.2., guix-commits, 2019/10/27