guix-commits
[Top][All Lists]
Advanced

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

40/47: gnu: Add r-gamlss-data.


From: guix-commits
Subject: 40/47: gnu: Add r-gamlss-data.
Date: Fri, 13 Dec 2019 16:42:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3b89a8af7a8cf873b8712aecce7ac1335adb9856
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 18:56:55 2019 +0100

    gnu: Add r-gamlss-data.
    
    * gnu/packages/cran.scm (r-gamlss-data): 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 ece356e..280810f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17051,3 +17051,24 @@ ACOVF or the ACF as discussed in Fuller (1995)
 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
     (license license:gpl2+)))
+
+(define-public r-gamlss-data
+  (package
+    (name "r-gamlss-data")
+    (version "5.1-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "gamlss.data" version))
+       (sha256
+        (base32
+         "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
+    (properties `((upstream-name . "gamlss.data")))
+    (build-system r-build-system)
+    (home-page "http://www.gamlss.org/";)
+    (synopsis "GAMLSS data")
+    (description
+     "This package provides data used as examples to demonstrate GAMLSS
+models.")
+    ;; Either version of the license
+    (license (list license:gpl2 license:gpl3))))



reply via email to

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