GNU bug report logs -
#56021
gnu: Add r-nada, r-zcompositions, r-aldex2.
Previous Next
Full log
Message #8 received at 56021 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/cran.scm (r-zcompositions): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 28cd2e7fad..945cb5bdce 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -836,6 +836,37 @@ (define-public r-dlm
known as Dynamic Linear Models.")
(license license:gpl2+)))
+(define-public r-zcompositions
+ (package
+ (name "r-zcompositions")
+ (version "1.4.0-1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "zCompositions" version))
+ (sha256
+ (base32
+ "1rrhja9iaq123r2gqw1bzrn1ri0s3z4wzq8p0sfcr1yb6pv13vik"))))
+ (properties `((upstream-name . "zCompositions")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (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")
+ (description
+ "This package @code{zCompositions} is an @code{R} package for the imputation
+of left-censored data under a compositional approach. The implemented methods
+consider aspects of relevance for a compositional approach such as scale
+invariance, subcompositional coherence or preserving the multivariate relative
+structure of the data. Based on solid statistical frameworks, it comprises the
+ability to deal with single and varying censoring thresholds, consistent treatment
+of closed and non-closed data, exploratory tools, multiple imputation, @dfn{MCMC}
+(Markov Chain Monte Carlo), robust and non-parametric alternatives, and recent
+proposals for count data.")
+ (license license:gpl2+)))
+
(define-public r-zoo
(package
(name "r-zoo")
--
2.36.1
This bug report was last modified 2 years and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.