1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 13:48:53 +02:00

gnu: r-mvabund: Add test inputs.

* gnu/packages/cran.scm (r-mvabund)[native-inputs]: Add r-testthat.

Change-Id: Ia1b660aa72c2b88ca4a5211d94cc6d89d51a104b
This commit is contained in:
Ricardo Wurmus
2024-11-22 11:59:26 +01:00
parent 82af907d14
commit ff11121335
+1
View File
@@ -20688,6 +20688,7 @@ the interfaces between R and C++.")
(build-system r-build-system)
(propagated-inputs
(list r-mass r-rcpp r-rcppgsl r-statmod r-tweedie))
(native-inputs (list r-testthat))
(home-page "https://cran.r-project.org/web/packages/mvabund/")
(synopsis "Statistical methods for analysing multivariate abundance data")
(description