mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Add r-depmixs4.
* gnu/packages/cran.scm (r-depmixs4): New variable.
This commit is contained in:
parent
cd5d1df152
commit
c662485287
1 changed files with 23 additions and 0 deletions
|
@ -1130,6 +1130,29 @@ (define-public r-callr
|
|||
that.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-depmixs4
|
||||
(package
|
||||
(name "r-depmixs4")
|
||||
(version "1.5-0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "depmixS4" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pacvhw5m4fsk3ysbal50fdqbvlaz8ywyqp6bn1wh42wipqbb2i8"))))
|
||||
(propagated-inputs
|
||||
`(("r-nnet" ,r-nnet)
|
||||
("r-nlme" ,r-nlme)
|
||||
("r-mass" ,r-mass)
|
||||
("r-rsolnp" ,r-rsolnp)))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/depmixS4/")
|
||||
(synopsis "Dependent Mixture Models")
|
||||
(description "This package fits latent (hidden) Markov models on mixed
|
||||
categorical and continuous (time series) data, otherwise known as dependent
|
||||
mixture models.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-readxl
|
||||
(package
|
||||
(name "r-readxl")
|
||||
|
|
Loading…
Reference in a new issue