guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/112: gnu: Add r-ash.


From: guix-commits
Subject: 06/112: gnu: Add r-ash.
Date: Wed, 9 Dec 2020 16:06:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit feb7c4f6cabc270b34894c54fbdbaffc782e3c60
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 17:46:45 2020 +0100

    gnu: Add r-ash.
    
    * gnu/packages/cran.scm (r-ash): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 14a2bd7..ddf34ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19334,6 +19334,27 @@ metrics to quantify time accumulation strategies based 
on minute level
 actigraphy-measured activity counts data.")
     (license license:gpl3)))
 
+(define-public r-ash
+  (package
+    (name "r-ash")
+    (version "1.0-15")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ash" version))
+       (sha256
+        (base32
+         "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
+    (properties `((upstream-name . "ash")))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "https://cran.r-project.org/web/packages/ash/";)
+    (synopsis "David Scott's ASH routines")
+    (description
+     "This package provides David Scott's ASH routines ported from S-PLUS to
+R.")
+    (license license:gpl2+)))
+
 (define-public r-fda
   (package
     (name "r-fda")



reply via email to

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