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

jbcolvin jbcolvin at fastmail.fm
Wed Sep 9 17:41:05 UTC 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
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