[Depmix-commits] r595 - pkg/depmixS4
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Sep 17 09:45:51 CEST 2013
Author: ingmarvisser
Date: 2013-09-17 09:45:50 +0200 (Tue, 17 Sep 2013)
New Revision: 595
Modified:
pkg/depmixS4/DESCRIPTION
Log:
Set the right date, moved stats, stats4 and methods from Depends to Imports field, following the R-exts guide
Modified: pkg/depmixS4/DESCRIPTION
===================================================================
--- pkg/depmixS4/DESCRIPTION 2013-09-17 07:41:48 UTC (rev 594)
+++ pkg/depmixS4/DESCRIPTION 2013-09-17 07:45:50 UTC (rev 595)
@@ -1,10 +1,11 @@
Package: depmixS4
Version: 1.3-0
-Date: 2013-09-03
+Date: 2013-09-17
Title: Dependent Mixture Models - Hidden Markov Models of GLMs and Other Distributions in S4
Author: Ingmar Visser <i.visser at uva.nl>, Maarten Speekenbrink <m.speekenbrink at ucl.ac.uk>
Maintainer: Ingmar Visser <i.visser at uva.nl>
-Depends: R (>= 3.0.1), stats, nnet, methods, MASS, Rsolnp, stats4
+Depends: R (>= 3.0.1), nnet, MASS, Rsolnp
+Imports: stats, stats4, methods
Suggests: gamlss, gamlss.dist
Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries)
data, otherwise known as dependent mixture models
More information about the depmix-commits
mailing list