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:
Ricardo Wurmus 2024-11-26 18:20:36 +01:00 committed by Andreas Enge
parent 4f757ce8ce
commit 14d5105486
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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