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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 20 21:55:46 CET 2012


Author: andrew_hipp
Date: 2012-11-20 21:55:46 +0100 (Tue, 20 Nov 2012)
New Revision: 258

Modified:
   pkg/inst/doc/maticce.Rnw
Log:
I found the error... library(maticce) was commented out.

Modified: pkg/inst/doc/maticce.Rnw
===================================================================
--- pkg/inst/doc/maticce.Rnw	2012-11-20 20:21:52 UTC (rev 257)
+++ pkg/inst/doc/maticce.Rnw	2012-11-20 20:55:46 UTC (rev 258)
@@ -39,7 +39,7 @@
 In case you aren't familiar with \code{R}, the following commands will get you started.
 
 <<startAnalysis, fig=FALSE>>=
-# library(maticce) # load maticce and required packages
+library(maticce) # load maticce and required packages
 data(carex) # load dataset
 attach(carex) # attach dataset to search path
 # convert the Bayes consensus to an ouchtree object...



More information about the Mattice-commits mailing list