mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-lmoments: Update to 1.3-1.
* gnu/packages/cran.scm (r-lmoments): Update to 1.3-1. [propagated-inputs]: Add r-rcpp and r-rcpparmadillo.
This commit is contained in:
parent
06070c0397
commit
739135b2be
1 changed files with 5 additions and 2 deletions
|
@ -1874,16 +1874,19 @@ (define-public r-rmpi
|
|||
(define-public r-lmoments
|
||||
(package
|
||||
(name "r-lmoments")
|
||||
(version "1.2-3")
|
||||
(version "1.3-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Lmoments" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13p0r4w16jvjnyjmkhkp3dwdfr1gap2l0k4k5jy41m8nc5fvcx79"))))
|
||||
"0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
|
||||
(properties `((upstream-name . "Lmoments")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)
|
||||
("r-rcpparmadillo" ,r-rcpparmadillo)))
|
||||
(home-page "http://www.tilastotiede.fi/juha_karvanen.html")
|
||||
(synopsis "L-moments and quantile mixtures")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue