[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-depmixs4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-depmixs4. |
Date: |
Wed, 26 May 2021 10:21:32 -0400 |
This is an automated email from the git hooks/post-receive script.
roelj pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c662485 gnu: Add r-depmixs4.
c662485 is described below
commit c66248528707d1b8f9b81236b1220db98fb3b7e7
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 16:21:13 2021 +0200
gnu: Add r-depmixs4.
* gnu/packages/cran.scm (r-depmixs4): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9f89d2f..bf793d2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1130,6 +1130,29 @@ without affecting the current R process at all. This
package does exactly
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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-depmixs4.,
guix-commits <=