Re: [Rd] Shared routines in a dynamic library.

2012-07-30 Thread Prof Brian Ripley
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

[Rd] Shared routines in a dynamic library.

2012-07-30 Thread David L Lorenz
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