[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add r-dcv.
From: |
guix-commits |
Subject: |
07/09: gnu: Add r-dcv. |
Date: |
Fri, 24 Apr 2020 09:57:40 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 53269e6971025da0d8eeef4a7d54b92b89649ff3
Author: Naga Malleswari <address@hidden>
AuthorDate: Fri Apr 24 01:58:15 2020 +0530
gnu: Add r-dcv.
* gnu/packages/cran.scm (r-dcv): New variable.
Signed-off-by: Ricardo Wurmus <address@hidden>
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a2a5da6..aeba263 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21326,3 +21326,28 @@ under the coarsened at random assumption.")
Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
Inferred Spatio-Temporal Modelling.")
(license license:gpl2+)))
+
+(define-public r-dcv
+ (package
+ (name "r-dcv")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "dcv" version))
+ (sha256
+ (base32
+ "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
+ (properties
+ `((upstream-name . "dcv")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lmtest" ,r-lmtest)))
+ (home-page "https://cran.r-project.org/web/packages/dcv/")
+ (synopsis "Conventional cross-validation statistics for climate-growth
model")
+ (description
+ "This package performs several conventional cross-validation statistical
+methods for climate-growth model in the climate reconstruction from tree
+rings, including Sign Test statistic, Reduction of Error statistic, Product
+Mean Test, Durbin-Watson statistic etc.")
+ (license license:gpl2)))
- branch master updated (ba07c7f -> 4ac3461), guix-commits, 2020/04/24
- 01/09: gnu: Add r-awsmethods., guix-commits, 2020/04/24
- 03/09: gnu: Add r-sgloptim., guix-commits, 2020/04/24
- 04/09: gnu: Add r-grouped., guix-commits, 2020/04/24
- 06/09: gnu: r-tea: Fix typo., guix-commits, 2020/04/24
- 02/09: gnu: Add r-aws., guix-commits, 2020/04/24
- 07/09: gnu: Add r-dcv.,
guix-commits <=
- 05/09: gnu: Add r-stam., guix-commits, 2020/04/24
- 09/09: gnu: Add r-rxnat., guix-commits, 2020/04/24
- 08/09: gnu: Add r-rcdd., guix-commits, 2020/04/24