[Seqinr-commits] r1577 - pkg/inst/doc/src/config

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 23 10:49:47 CEST 2009


Author: lobry
Date: 2009-04-23 10:49:46 +0200 (Thu, 23 Apr 2009)
New Revision: 1577

Modified:
   pkg/inst/doc/src/config/commonrnw.rnw
Log:
new libraries used in cover.rnw

Modified: pkg/inst/doc/src/config/commonrnw.rnw
===================================================================
--- pkg/inst/doc/src/config/commonrnw.rnw	2009-04-23 08:48:38 UTC (rev 1576)
+++ pkg/inst/doc/src/config/commonrnw.rnw	2009-04-23 08:49:46 UTC (rev 1577)
@@ -39,7 +39,7 @@
 r <- getOption("repos")
 r["CRAN"] <- "http://cran.univ-lyon1.fr"
 options(repos = r)
-# if seqinr was checked with "R CMD check seqinr", then this should load
+# if seqinr was checked with "R CMD check pkg", then this should load
 # the last development version:
 library(seqinr, lib = normalizePath("../../../../../pkg.Rcheck"))
 library(xtable)
@@ -47,6 +47,8 @@
 library(ape)
 library(MASS)
 library(tseries)
+library(XML)
+library(grImport)
 @
 %
 %  Sweave Options



More information about the Seqinr-commits mailing list