Displaying 1 result from an estimated 1 matches for "tp25425236p25426155".
2009 Sep 13
1
making package interface with FORTRAN under windows
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 a .dll file, can I build the package with the dll file
directly ?
Does any one