[R] suppress messages on loading its
Omar Lakkis
uofiowa at gmail.com
Thu Oct 20 19:18:43 CEST 2005
On loading the package: its, I get the "Creating a new generic
function for" messages below even when I wrap the call with
capture.output. Is there a way to suppress these messages?
> dummy=capture.output( library(its) )
Creating a new generic function for 'names' in 'its'
Creating a new generic function for 'names<-' in 'its'
Creating a new generic function for 'print' in 'its'
Creating a new generic function for 'start' in 'its'
Creating a new generic function for 'end' in 'its'
Creating a new generic function for 'summary' in 'its'
Creating a new generic function for 'diff' in 'its'
Creating a new generic function for 'union' in 'its'
Creating a new generic function for 'intersect' in 'its'
More information about the R-help
mailing list