Skip to content
Back to formatted view

Raw Message

Message-ID: <3f87cc6d0510201018w56e0a39bp8d0bb2b9965b0afa@mail.gmail.com>
Date: 2005-10-20T17:18:43Z
From: Omar Lakkis
Subject: suppress messages on loading its

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'