[R] Sweave and license message when loading mclust package
Achim Zeileis
Achim.Zeileis at wu-wien.ac.at
Mon Dec 7 20:09:47 CET 2009
On Mon, 7 Dec 2009, Titus von der Malsburg wrote:
> When loading mclust, it shows a license agreement message. This
> message shows up in my document when I use Sweave. I did the
> following:
>
> <<echo=FALSE,include=FALSE>>=
> library(mclust)
> @
>
> Is this a problem with mclust, Sweave or with me? How can it be fixed?
By ?RweaveLatex ;-) Try:
<<echo=FALSE, results=hide>>=
library("mclust")
@
hth,
Z
> Thanks for any suggestions!
>
> Titus
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
More information about the R-help
mailing list