[Depmix-commits] r481 - pkg/depmixS4
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 23 10:40:15 CEST 2011
Author: ingmarvisser
Date: 2011-06-23 10:40:15 +0200 (Thu, 23 Jun 2011)
New Revision: 481
Modified:
pkg/depmixS4/DESCRIPTION
Log:
Changed dependence to R 2.13.0 because of reliance on nobs generic which is available from that version.
Modified: pkg/depmixS4/DESCRIPTION
===================================================================
--- pkg/depmixS4/DESCRIPTION 2011-06-22 20:23:51 UTC (rev 480)
+++ pkg/depmixS4/DESCRIPTION 2011-06-23 08:40:15 UTC (rev 481)
@@ -1,10 +1,10 @@
Package: depmixS4
Version: 1.1-0
-Date: 2011-06-20
+Date: 2011-06-23
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 (>= 2.12.2), stats, nnet, methods, MASS, Rsolnp, stats4
+Depends: R (>= 2.13.0), stats, nnet, methods, MASS, Rsolnp, stats4
Suggests: Rdonlp2, 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