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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs