mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add r-dcv.
* gnu/packages/cran.scm (r-dcv): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
3a8ee5ef42
commit
53269e6971
1 changed files with 25 additions and 0 deletions
|
@ -21326,3 +21326,28 @@ (define-public r-stam
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue