Re: [Rd] How to get R cmd to check Fortran array bounds

2013-09-09 Thread Prof Brian Ripley
On 09/09/2013 21:31, Marian Talbert wrote: I'm trying to get the this Fortran array bounds check to run on my code as my package has been rejected for failing this test. I read writing R extensions and it appears to run this test I should use a Makevars file with one of the following two flags d

[Rd] How to get R cmd to check Fortran array bounds

2013-09-09 Thread Marian Talbert
I'm trying to get the this Fortran array bounds check to run on my code as my package has been rejected for failing this test. I read writing R extensions and it appears to run this test I should use a Makevars file with one of the following two flags depending on my compiler: FCFLAGS = -g -O2 -m