mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-moments: Update to 0.14.1.
* gnu/packages/cran.scm (r-moments): Update to 0.14.1.
This commit is contained in:
parent
a3613ed76d
commit
d4bfec54d7
1 changed files with 2 additions and 2 deletions
|
@ -16533,14 +16533,14 @@ (define-public r-minpack-lm
|
||||||
(define-public r-moments
|
(define-public r-moments
|
||||||
(package
|
(package
|
||||||
(name "r-moments")
|
(name "r-moments")
|
||||||
(version "0.14")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "moments" version))
|
(uri (cran-uri "moments" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
|
"0r6qf3i1rzh2822bx1p0h8mh91gsbgg6asl2rzh2l4ys094bilif"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/moments")
|
(home-page "https://cran.r-project.org/web/packages/moments")
|
||||||
(synopsis "Moments, cumulants, skewness, kurtosis and related tests")
|
(synopsis "Moments, cumulants, skewness, kurtosis and related tests")
|
||||||
|
|
Loading…
Reference in a new issue