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

2009-09-28 Thread Dirk Eddelbuettel
On 25 September 2009 at 21:34, Dirk Eddelbuettel wrote: | On 25 September 2009 at 22:35, Colin Watson wrote: | | On Fri, Sep 25, 2009 at 05:14:19PM -0500, Dirk Eddelbuettel wrote: | | > On 25 September 2009 at 21:55, Colin Watson wrote: | | Although I didn't change it for this upload since I wante

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

2009-09-25 Thread Dirk Eddelbuettel
On 25 September 2009 at 22:35, Colin Watson wrote: | On Fri, Sep 25, 2009 at 05:14:19PM -0500, Dirk Eddelbuettel wrote: | > On 25 September 2009 at 21:55, Colin Watson wrote: | > | Dirk, do you have a package somewhere that fixes this? Your comments | > | above inclined me to think that you did, b

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

2009-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package r-base - 2.9.2-2ubuntu1 --- r-base (2.9.2-2ubuntu1) karmic; urgency=low * Update from https://launchpad.net/~revor/+archive/ppa. r-base (2.9.2-2ubuntu1~ppa3) karmic; urgency=low * etc/R/Rprofile.site: Improved test for when to be 'quiet' r-base

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

2009-09-25 Thread Colin Watson
On Fri, Sep 25, 2009 at 05:14:19PM -0500, Dirk Eddelbuettel wrote: > On 25 September 2009 at 21:55, Colin Watson wrote: > | Dirk, do you have a package somewhere that fixes this? Your comments > | above inclined me to think that you did, but I don't know where to look. > > Sorry -- didn't publiciz

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

2009-09-25 Thread Dirk Eddelbuettel
Hi Colin, Thanks for following-up! On 25 September 2009 at 21:55, Colin Watson wrote: | Dirk, do you have a package somewhere that fixes this? Your comments | above inclined me to think that you did, but I don't know where to look. Sorry -- didn't publicize that all that well. It is in the 'rev

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

2009-09-25 Thread Colin Watson
Dirk, do you have a package somewhere that fixes this? Your comments above inclined me to think that you did, but I don't know where to look. I'd be happy to guide that into Karmic, or to simply apply the fix given by spaetz if you say the word. -- [PATCH] r-base suppresses ALL error messages for

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

2009-09-18 Thread Dirk Eddelbuettel
On 18 September 2009 at 09:19, spaetz wrote: | no patch as file, but it's a one liner. see: | https://bugs.launchpad.net/ubuntu/+source/r-base/+bug/426360/comments/1 | | | inlined "patch" (/etc/R/Rprofile.site): | | -ow <- options("warn") | +ow <- options("warn","show.error.messages") Correct.

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

2009-09-18 Thread spaetz
no patch as file, but it's a one liner. see: https://bugs.launchpad.net/ubuntu/+source/r-base/+bug/426360/comments/1 inlined "patch" (/etc/R/Rprofile.site): -ow <- options("warn") +ow <- options("warn","show.error.messages") -- [PATCH] r-base suppresses ALL error messages forever https://bugs.

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

2009-09-17 Thread Daniel Holbach
Hum this but does not have a patch attached. -- [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@list

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

2009-09-10 Thread spaetz
@jbcolvin: thanks for correcting my typos, I was typing from memory. Yes, your changes were exactly what I had intended. @Dirk, glad I could help out, although it took me 2 days until I found the culprit. :-) -- [PATCH] r-base suppresses ALL error messages forever https://bugs.launchpad.net/bugs

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

2009-09-09 Thread Dirk Eddelbuettel
Thanks for the bug report and fix -- I concur. This was an oversight, and we will apply the fix promptly. Thanks also to whoever subscribed me to this today Dirk -- [PATCH] r-base suppresses ALL error messages forever https://bugs.launchpad.net/bugs/426360 You received this bug notificatio

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

2009-09-09 Thread Dirk Eddelbuettel
Thanks for the bug report and fix -- I concur. This was an oversight, and we will apply the promptly. Thanks also to whoever subscribed me to this today Dirk -- [PATCH] r-base suppresses ALL error messages forever https://bugs.launchpad.net/bugs/426360 You received this bug notification be

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

2009-09-09 Thread jbcolvin
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(

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

2009-09-09 Thread jbcolvin
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.

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

2009-09-09 Thread Martin Pitt
** Also affects: r-base (Ubuntu Karmic) Importance: Undecided Status: New -- [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