[Mattice-commits] r155 - pkg/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 14 06:18:06 CET 2009


Author: andrew_hipp
Date: 2009-01-14 06:18:06 +0100 (Wed, 14 Jan 2009)
New Revision: 155

Modified:
   pkg/inst/doc/maticce.Rnw
Log:
vignette was failing b/c 'library(maticce)' was missing at the beginning of block1

Modified: pkg/inst/doc/maticce.Rnw
===================================================================
--- pkg/inst/doc/maticce.Rnw	2009-01-14 05:06:09 UTC (rev 154)
+++ pkg/inst/doc/maticce.Rnw	2009-01-14 05:18:06 UTC (rev 155)
@@ -39,8 +39,7 @@
 In case you aren't familiar with \code{R}, the following commands will get you started.
 
 <<startAnalysis, fig=FALSE>>=
-# library(maticce) # load the maticce package into memory; also loads the required ouch package
-library(ouch)
+library(maticce) # load the maticce package into memory; also loads the required ouch package
 data(carex)
 attach(carex)
 ovales.tree <- ape2ouch(ovales.tree) # make the tree an ouchtree object



More information about the Mattice-commits mailing list