Re: [Rd] [tryExcept] New try Function

2018-11-23 Thread Ernest Benedito
Hi Emil, First, thanks for the response. As you mentioned, a lot of times tryCatch does the work, as you can return a value. However, sometimes it is useful to assign several variables when an error occurs. You could do it with <<-, but I prefer to reduce it's usage unless completely necessary. I

[Rd] R 3.5.2 scheduled for December 20

2018-11-23 Thread Peter Dalgaard via R-devel
Full schedule available on developer.r-project.org -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

Re: [Rd] [tryExcept] New try Function

2018-11-23 Thread Emil Bode
Hi Ernest, To start: I don't see an attachment, I think they're not (always) allowed on this mailing-list. If you want to send something, text is your safest bet. But regarding the issue of tryCatch: I think you're not fully using what it already can do. In almost all circumstances I've encounte