Skip to content

Telling Windows how to find DLL's from R?

5 messages · Duncan Murdoch, Martin Morgan, Dominick Samperi

#
On 09/07/2010 2:38 PM, Dominick Samperi wrote:
I haven't tried this, but can't you use Sys.setenv() to change the PATH 
to what you want?  Presumably you'll want to change it back afterwards.

Duncan Murdoch
#
On 07/09/2010 11:38 AM, Dominick Samperi wrote:
This thread

  https://stat.ethz.ch/pipermail/r-devel/2008-January/047961.html

might be relevant, especially the DLLpath argument to dyn.load.

Martin