[Depmix-commits] r655 - in pkg/depmixS4: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 25 15:02:52 CEST 2018


Author: ingmarvisser
Date: 2018-07-25 15:02:52 +0200 (Wed, 25 Jul 2018)
New Revision: 655

Modified:
   pkg/depmixS4/DESCRIPTION
   pkg/depmixS4/NEWS
   pkg/depmixS4/man/depmixS4-package.Rd
   pkg/depmixS4/man/makeDepmix.Rd
Log:
=upped version nr to 1.4-0; changed NEWS file accordingly; added doc for makeMix

Modified: pkg/depmixS4/DESCRIPTION
===================================================================
--- pkg/depmixS4/DESCRIPTION	2017-03-30 11:54:19 UTC (rev 654)
+++ pkg/depmixS4/DESCRIPTION	2018-07-25 13:02:52 UTC (rev 655)
@@ -1,10 +1,10 @@
 Package: depmixS4
-Version: 1.3-4
-Date: 2017-03-31
+Version: 1.4-0
+Date: 2018-07-25
 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), nnet, MASS, Rsolnp
+Depends: R (>= 3.5.0), nnet, MASS, Rsolnp
 Imports: stats, stats4, methods
 Suggests: gamlss, gamlss.dist, Rdonlp2
 Additional_repositories: http://R-Forge.R-project.org

Modified: pkg/depmixS4/NEWS
===================================================================
--- pkg/depmixS4/NEWS	2017-03-30 11:54:19 UTC (rev 654)
+++ pkg/depmixS4/NEWS	2018-07-25 13:02:52 UTC (rev 655)
@@ -1,3 +1,11 @@
+Changes in depmixS4 version 1.4-0
+  
+  o Removed the meta-data from the depmixS4-package help page as that 
+  	tends to get out of sync with new releases (and adds little information).
+  
+  o Added documentation for makeMix (following a request by Ivan Jimenez; the
+    function has not been tested extensively). 
+
 Changes in depmixS4 version 1.3-4
 
   o Fixed a bug in glm.fit which produced an error for a poisson response

Modified: pkg/depmixS4/man/depmixS4-package.Rd
===================================================================
--- pkg/depmixS4/man/depmixS4-package.Rd	2017-03-30 11:54:19 UTC (rev 654)
+++ pkg/depmixS4/man/depmixS4-package.Rd	2018-07-25 13:02:52 UTC (rev 655)
@@ -31,14 +31,6 @@
 
 \details{
 
-	\tabular{ll}{
-		Package: \tab depmixS4\cr
-		Type: \tab Package\cr
-		Version: \tab 1.3-0\cr
-		Date: \tab 2013-09-17\cr
-		License: \tab GPL\cr
-	}
-
 	Model fitting is done in two steps; first, models are specified through
 	the \code{\link{depmix}} function (or the \code{\link{mix}} function for
 	mixture and latent class models), which both use standard

Modified: pkg/depmixS4/man/makeDepmix.Rd
===================================================================
--- pkg/depmixS4/man/makeDepmix.Rd	2017-03-30 11:54:19 UTC (rev 654)
+++ pkg/depmixS4/man/makeDepmix.Rd	2018-07-25 13:02:52 UTC (rev 655)
@@ -23,6 +23,7 @@
 	makeDepmix(response, transition, prior, ntimes = NULL, homogeneous = TRUE, 
 		stationary = NULL, ...) 	
 	
+	makeMix(response, prior, ...) 	
 }
 
 \arguments{



More information about the depmix-commits mailing list