Displaying 1 result from an estimated 1 matches for "recommemmd".
Did you mean:
recommeded
2002 Jan 18
2
Loading to R of Fortran DLL
Dear R-ers
Could you tell me how to build DLL from Fortran source and use the DLL in R?
Environments:
Windows 98
Fortran compiler : DIGITAL Visual Fortran Optimizing Compiler Version: V5.0
R v1.2.3
EXAMPLE SOURCE : FOO.FOR
-------------------------------------
SUBROUTINE FOO(I,J)
INTEGER I,J
I=0
J=I+1
END
-------------------------------------
I compiled FOO.FOR with DLL option.