[Rd] How to specify compiler options when using R CMD SHLIB

2010-12-14 Thread Marian K Talbert
Hi I've built a dll using Fortran code and can call it by either R or Fortran. Calling by the former gives me the wrong answer and the later gives the correct answer. From what I've read, it looks like I should use the subroutines DBLEPR, INTPR and REALPR to print to the R console rather than

Re: [Rd] How to specify compiler options when using R CMD SHLIB

2010-12-14 Thread Dirk Eddelbuettel
On 14 December 2010 at 13:25, Marian K Talbert wrote: | Hi | | I've built a dll using Fortran code and can call it by either R or | Fortran. Calling by the former gives me the wrong answer and the later | gives the correct answer. | | From what I've read, it looks like I should use the