gnu: r-distillery: Update to 1.0-6.
* gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
This commit is contained in:
parent
b15c5c0ef9
commit
5686da7608
|
@ -1905,14 +1905,14 @@ quantile mixture from L-moments and trimmed L-moments.")
|
||||||
(define-public r-distillery
|
(define-public r-distillery
|
||||||
(package
|
(package
|
||||||
(name "r-distillery")
|
(name "r-distillery")
|
||||||
(version "1.0-4")
|
(version "1.0-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "distillery" version))
|
(uri (cran-uri "distillery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m0pgmlvk7bsb6q3kxagnq422babk61sf73naavac68v8x2q8fix"))))
|
"1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.ral.ucar.edu/staff/ericg")
|
(home-page "http://www.ral.ucar.edu/staff/ericg")
|
||||||
(synopsis "Functions for confidence intervals and object information")
|
(synopsis "Functions for confidence intervals and object information")
|
||||||
|
|
Loading…
Reference in New Issue