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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 31 16:23:15 CEST 2012


Author: ingmarvisser
Date: 2012-07-31 16:23:14 +0200 (Tue, 31 Jul 2012)
New Revision: 555

Modified:
   pkg/depmixS4/DESCRIPTION
   pkg/depmixS4/man/makeDepmix.Rd
Log:
Made the exgauss example \dontrun{} as it causes trouble in R CMD check ...

Modified: pkg/depmixS4/DESCRIPTION
===================================================================
--- pkg/depmixS4/DESCRIPTION	2012-07-30 15:08:06 UTC (rev 554)
+++ pkg/depmixS4/DESCRIPTION	2012-07-31 14:23:14 UTC (rev 555)
@@ -1,6 +1,6 @@
 Package: depmixS4
 Version: 1.3-0
-Date: 2012-06-20
+Date: 2012-07-31
 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>

Modified: pkg/depmixS4/man/makeDepmix.Rd
===================================================================
--- pkg/depmixS4/man/makeDepmix.Rd	2012-07-30 15:08:06 UTC (rev 554)
+++ pkg/depmixS4/man/makeDepmix.Rd	2012-07-31 14:23:14 UTC (rev 555)
@@ -159,6 +159,7 @@
 # functions from the gamlss family of packages; see their help pages for 
 # interpretation of the mu, nu and sigma parameters that are fitted below
 
+\dontrun{
 require(gamlss)
 require(gamlss.dist)
 
@@ -291,6 +292,7 @@
 
 fm3 <- fit(mod,emc=em.control(rand=FALSE))
 summary(fm3,compact=FALSE)
+}
 
 }
 



More information about the depmix-commits mailing list