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

jbcolvin jbcolvin at fastmail.fm
Wed Sep 9 18:08:26 UTC 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list