mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-mumin: Add missing inputs.
* gnu/packages/statistics.scm (r-mumin)[native-inputs]: Add r-mgcv and r-survival. Change-Id: Id5b1a558af6020018d1fbdc88179682681bd625c
This commit is contained in:
parent
349ee49226
commit
78a2b77270
1 changed files with 1 additions and 0 deletions
|
@ -8129,6 +8129,7 @@ (define-public r-mumin
|
|||
(properties `((upstream-name . "MuMIn")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-insight r-matrix r-nlme))
|
||||
(native-inputs (list r-mgcv r-survival))
|
||||
(home-page "https://cran.r-project.org/package=MuMIn")
|
||||
(synopsis "Multi-Model Inference")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue