On 03/ 2/10 10:46 AM, David Nelson wrote: > It's a pain, but I just do: > > library(mgcv); detach(2); library(mgcv) > > and the problem undoes itself. > > d. > --- > David Nelson Oh, good suggestion. Or maybe even: sink(file="/dev/null"); library(mgcv); sink()