Re: [Rd] R crash using Sys.which on Windows

2014-05-12 Thread Tobias Verbeke
Dear Prof. Ripley, Many thanks for the change in R 3.1.1 to be as well as for the description of the workaround for R 3.1.0. Best regards, Tobias Verbeke - Original Message - > From: "Prof Brian Ripley" > To: r-devel@r-project.org > Sent: Monday, May 12, 2014 12:40:17 PM > Subject: Re

Re: [Rd] R crash using Sys.which on Windows

2014-05-12 Thread Prof Brian Ripley
This is a change in behaviour of the Windows API function since the code was written (years ago). It will be changed in R 3.1.1: meanwhile you can always use the shortPathName to abbreviate the name. On 06/05/2014 19:28, Tobias Verbeke wrote: Dear list, When installing the latest version of

[Rd] traceback does not show source line number of long calls when truncating output

2014-05-12 Thread Renaud Gaujoux
Hi, in R-3.1.0 (Linux), traceback() does not show the source file line number for the truncated calls, when limiting the number of lines output for each call with argument max.lines. See sample code, output and session info below (in particular, output for call number 5). I guess this is not inten