Re: [R] making package interface with FORTRAN under windows

2009-09-13 Thread cls59
Carrie Li wrote: > > Dear r-help group, > > I am creating a package that has some FORTRAN code under windows. I have > read through "Writing R Extension" but still not so clear about the steps. > > Before R CMD build, how can I create a dynamic library and later in my R > function using dyn

[R] making package interface with FORTRAN under windows

2009-09-13 Thread Carrie Li
Dear r-help group, I am creating a package that has some FORTRAN code under windows. I have read through "Writing R Extension" but still not so clear about the steps. Before R CMD build, how can I create a dynamic library and later in my R function using dyn.load ("xxx.dll") ? If I already have