Skip to content
Back to formatted view

Raw Message

Message-ID: <925909ab-9f9d-7fea-6aff-9f3af8cd3911@gmail.com>
Date: 2017-06-11T11:20:04Z
From: Rampal S. Etienne
Subject: [R-sig-dyn-mod] Using dynamically compiled code for use with deSolve in a new package

Dear all,

I have written C and FORTRAN functions to use with deSolve and found 
that it works significantly faster than the analogous R functions. So 
far so good! However, now I want to build a package that uses this code. 
How do I do this? I can include the DLL in the package (so no more 
compilation by the user of the package, just loading it), but then the 
user needs to be able to find it. Where will this be installed? That may 
be different on different systems. Any suggestions?

Cheers, Rampal