[Rd] library verbose option doesn't stop Loading required package XYZ

2010-10-20 Thread Dominick Samperi
Hello, The library verbose option does not stop numerous messages of the form Loading required package: XYZ. This is inconvenient when a package is loaded repeatedly using Rscript. Is there a way to turn off the Loading required package messages? One possible work-around is to make packages

Re: [Rd] library verbose option doesn't stop Loading required package XYZ

2010-10-20 Thread David Winsemius
On Oct 20, 2010, at 6:49 PM, Dominick Samperi wrote: Hello, The library verbose option does not stop numerous messages of the form Loading required package: XYZ. This is inconvenient when a package is loaded repeatedly using Rscript. Is there a way to turn off the Loading required package

Re: [Rd] library verbose option doesn't stop Loading required package XYZ

2010-10-20 Thread Dominick Samperi
Thanks David, but this doesn't work. Under R 2.12.0 the Loading required packages messages appear under R 2.12.0 when I use, for example: Rscript --vanilla -e { invisible(library(cxxPack)); cat(sqrt(2)) } On Wed, Oct 20, 2010 at 7:00 PM, David Winsemius dwinsem...@comcast.netwrote: On Oct 20,

Re: [Rd] library verbose option doesn't stop Loading required package XYZ

2010-10-20 Thread Martin Morgan
On 10/20/2010 04:25 PM, Dominick Samperi wrote: Thanks David, but this doesn't work. Under R 2.12.0 the Loading required packages messages appear under R 2.12.0 when I use, for example: Rscript --vanilla -e { invisible(library(cxxPack)); cat(sqrt(2)) } ?suppressPackageStartupMessages