[Bug 426360] Re: [PATCH] r-base suppresses ALL error messages forever

jbcolvin jbcolvin at fastmail.fm
Wed Sep 9 19:08:26 BST 2009


on further investigation i think the

-ow <- options("warn")
+ow <- options()

patch is a bad idea because the "require(Revobase, quietly=TRUE)" adds
10 addition options to "options()" and Revobase may currently or in the
future change pre-existing options, which would be overwritten with
"options(ow)".  so i think the better solution is...

-ow <- options("warn")
+ow <- options("warn","show.error.messages")

-- 
[PATCH] r-base suppresses ALL error messages forever
https://bugs.launchpad.net/bugs/426360
You received this bug notification because you are a member of Ubuntu
Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list