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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 30 08:15:43 CET 2008


Author: andrew_hipp
Date: 2008-12-30 08:15:43 +0100 (Tue, 30 Dec 2008)
New Revision: 123

Modified:
   pkg/inst/doc/maticce.Rnw
Log:
vignette mods to make build work on non-local machine

Modified: pkg/inst/doc/maticce.Rnw
===================================================================
--- pkg/inst/doc/maticce.Rnw	2008-12-30 07:09:38 UTC (rev 122)
+++ pkg/inst/doc/maticce.Rnw	2008-12-30 07:15:43 UTC (rev 123)
@@ -39,9 +39,10 @@
 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(maticce) # load the maticce package into memory; also loads the required ouch package
 library(ouch)
-load('C:/Documents and Settings/Mortonarb/My Documents/mattice/pkg/DATA/carex.rda') # load demonstration data
+data(carex)
+#load('C:/Documents and Settings/Mortonarb/My Documents/mattice/pkg/DATA/carex.rda') # load demonstration data
 attach(carex)
 ovales.tree <- ape2ouch(ovales.tree) # make the tree an ouchtree object
 @



More information about the Mattice-commits mailing list