[ESS] Tiny trouble in color after loading mgcv

Rodney Sparapani rsparapa at mcw.edu
Tue Mar 2 20:14:04 CET 2010


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()



More information about the ESS-help mailing list