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@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.



______________________________________________
R-help@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.

Reply via email to