1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-29 13:14:08 +02:00

gnu: r-mvabund: Add missing input.

* gnu/packages/cran.scm (r-mvabund)[inputs]: Add gsl.
[properties]: Record updater-extra-inputs.

Change-Id: I19b1b683117b507843e615a32cdbb82c46dfceaa
This commit is contained in:
Ricardo Wurmus
2026-05-07 21:54:20 +02:00
parent e410f2b30a
commit 8dbddf3832
+3
View File
@@ -33457,6 +33457,8 @@ the interfaces between R and C++.")
(sha256
(base32
"0zjk6ylvgkzs7cpw21pkdclrvfhy46llmwznqjhva19hg75j3an9"))))
(properties
'((updater-extra-inputs . ("gsl"))))
(build-system r-build-system)
(propagated-inputs
(list r-mass
@@ -33465,6 +33467,7 @@ the interfaces between R and C++.")
r-rcppgsl
r-statmod
r-tweedie))
(inputs (list gsl))
(native-inputs (list r-knitr r-testthat))
(home-page "https://cran.r-project.org/web/packages/mvabund/")
(synopsis "Statistical methods for analysing multivariate abundance data")