guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add r-zyp.


From: guix-commits
Subject: 02/05: gnu: Add r-zyp.
Date: Mon, 2 Mar 2020 17:05:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 505d6716d0df1dc5e8ef3438f0d7ec68c695d874
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Mar 2 23:02:46 2020 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8b0dec9..7bc8510 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20579,3 +20579,27 @@ a formula and @code{data.frame} plus some additional 
arguments for priors.")
      "This package computes the Kendall rank correlation and Mann-Kendall
 trend test.")
     (license license:gpl2+)))
+
+(define-public r-zyp
+  (package
+    (name "r-zyp")
+    (version "0.10-1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "zyp" version))
+       (sha256
+        (base32
+         "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
+    (properties `((upstream-name . "zyp")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-kendall" ,r-kendall)))
+    (home-page "https://cran.r-project.org/web/packages/zyp/";)
+    (synopsis "Zhang + Yue-Pilon Trends Package")
+    (description
+     "This package contains an efficient implementation of Sen's slope
+method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
+Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
+climate data.")
+    (license license:lgpl2.1)))



reply via email to

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