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

jbcolvin jbcolvin at fastmail.fm
Wed Sep 9 18:41:05 BST 2009


I have no /etc/Rprofile.site file, but i think you meant
/etc/R/Rprofile.site, note the extra "R" directory.

secondly, the change should have added the "s" to "messages".

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

after these changes, i can confirm this bug and the fix.

However a simpler solution is to just store ALL of the options by making
the following changes.

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

both of these changes filled this incredibly annoying problem for me.

-- 
[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