[R] Sweave: trouble controlling Design package startup output

Dieter Menne dieter.menne at menne-biomed.de
Tue Jan 31 08:33:30 CET 2006


Paul Johnson <pauljohn32 <at> gmail.com> writes:

 
> <<echo=F,quiet=T,print=F>>=
> library(Design, verbose=F)
>  <at> 
> 
> But in the output there is still one page of banner information, which
> starts like this:
> 
> Loading required package: Hmisc
> Hmisc library by Frank E Harrell Jr
> Type library(help= Hmisc ), ?Overview, or ?Hmisc.Overview )
> to see overall documentation.

As an alternative to Frank's suggestion, try

<<init,echo=FALSE, results=hide>>=
library(nlme)
library(lattice)
library(Hmisc)

Dieter




More information about the R-help mailing list