Re: [Rd] Fortran DLLs and R

2010-03-24 Thread Duncan Murdoch
On 24/03/2010 1:29 PM, jferr...@umces.edu wrote: Hi All, I'm writing R code that would benefit from doing certain tasks using compiled blocks of code, specifically Fortran subroutines of my own (already written, debugged in both Fortran77 and Fortran90). I am currently working on a Windows mach

[Rd] Fortran DLLs and R

2010-03-24 Thread jferrari
Hi All, I'm writing R code that would benefit from doing certain tasks using compiled blocks of code, specifically Fortran subroutines of my own (already written, debugged in both Fortran77 and Fortran90). I am currently working on a Windows machine using Lahey and/or MinGW(g77) compilers. It is