guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]