gnu: r-depmixs4: Add missing input.

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

Change-Id: Ib7f2ab4f656bda824f2375d0d3ea59908ad1aa5c
This commit is contained in:
Ricardo Wurmus 2024-11-26 15:32:26 +01:00 committed by Andreas Enge
parent 182332fdce
commit bae6c15a33
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5414,6 +5414,7 @@ (define-public r-depmixs4
"1pacvhw5m4fsk3ysbal50fdqbvlaz8ywyqp6bn1wh42wipqbb2i8"))))
(propagated-inputs
(list r-mass r-nlme r-nnet r-rsolnp))
(native-inputs (list r-gamlss))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/depmixS4/")
(synopsis "Dependent Mixture Models")