mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-zcompositions: Update to 1.4.1.
* gnu/packages/cran.scm (r-zcompositions): Update to 1.4.1.
This commit is contained in:
parent
cc47a62c71
commit
01614a293c
1 changed files with 3 additions and 5 deletions
|
@ -1863,19 +1863,17 @@ (define-public r-dlm
|
|||
(define-public r-zcompositions
|
||||
(package
|
||||
(name "r-zcompositions")
|
||||
(version "1.4.0-1")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "zCompositions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rrhja9iaq123r2gqw1bzrn1ri0s3z4wzq8p0sfcr1yb6pv13vik"))))
|
||||
"1l9hj37x54b4vzbcg2051nfli5rh65llm27hygc2vx7yyi6q75ma"))))
|
||||
(properties `((upstream-name . "zCompositions")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mass
|
||||
r-nada
|
||||
r-truncnorm))
|
||||
(list r-mass r-nada r-truncnorm))
|
||||
(home-page "https://github.com/Japal/zCompositions")
|
||||
(synopsis
|
||||
"Treatment of zeros, left-censored and missing values in compositional data")
|
||||
|
|
Loading…
Reference in a new issue