mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-tclust: Add missing inputs.
* gnu/packages/statistics.scm (r-tclust)[native-inputs]: Add r-cluster, r-mclust, and r-sn. Change-Id: I029d0fb895b24ecc796c76b93055e8203c7dfaae
This commit is contained in:
parent
4f757ce8ce
commit
14d5105486
1 changed files with 1 additions and 0 deletions
|
@ -6647,6 +6647,7 @@ (define-public r-tclust
|
|||
r-mass
|
||||
r-rcpp
|
||||
r-rcpparmadillo))
|
||||
(native-inputs (list r-cluster r-mclust r-sn))
|
||||
(home-page "https://cran.r-project.org/web/packages/tclust")
|
||||
(synopsis "Robust trimmed clustering")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue