On 30/07/2012 14:48, David L Lorenz wrote:
All,
I have a question about referring to a subroutine that is in a dynamic
library other than the one in my current package.
Let's say that I have a package foo and it has some FORTRAN code that
contains the subroutines foo1 and foocommon. The packag
All,
I have a question about referring to a subroutine that is in a dynamic
library other than the one in my current package.
Let's say that I have a package foo and it has some FORTRAN code that
contains the subroutines foo1 and foocommon. The package foo has an R
function that calls foo1 and