Re: [R] Using functions written in Fortran in R

2011-10-27 Thread Paul Hiemstra
On 10/27/2011 04:24 AM, John Sorkin wrote: Windows XP R 2.12 I am trying to understand how I can take a subroutine (i.e. function) I have written in Fortran, and call the function in R. I need to know (1) where I should store the Fortran subroutine (2) how to prepare the function for use

Re: [R] Using functions written in Fortran in R

2011-10-27 Thread Duncan Murdoch
On 11-10-27 8:02 AM, Paul Hiemstra wrote: On 10/27/2011 04:24 AM, John Sorkin wrote: Windows XP R 2.12 I am trying to understand how I can take a subroutine (i.e. function) I have written in Fortran, and call the function in R. I need to know (1) where I should store the Fortran subroutine

Re: [R] Using functions written in Fortran in R

2011-10-27 Thread Paul Hiemstra
On 10/27/2011 12:13 PM, Duncan Murdoch wrote: On 11-10-27 8:02 AM, Paul Hiemstra wrote: On 10/27/2011 04:24 AM, John Sorkin wrote: Windows XP R 2.12 I am trying to understand how I can take a subroutine (i.e. function) I have written in Fortran, and call the function in R. I need to know

Re: [R] Using functions written in Fortran in R

2011-10-27 Thread Rolf Turner
On 28/10/11 01:13, Duncan Murdoch wrote: SNIP I think nowadays many Linux distros are no more ready than Windows for this. On Linux, you'll likely need to install development libraries and tools; on Windows, the same. The advantage of Windows is that the tools have all been collected in one

[R] Using functions written in Fortran in R

2011-10-26 Thread John Sorkin
Windows XP R 2.12 I am trying to understand how I can take a subroutine (i.e. function) I have written in Fortran, and call the function in R. I need to know (1) where I should store the Fortran subroutine (2) how to prepare the function for use in R, and (3) how to load and call the