Skip to content
Prev 32435 / 63424 Next

Managing DLLs with the same names in an R session

On Fri, 24 Apr 2009, Patrick Aboyoun wrote:

            
On Windows, the latter is the only completely reliable solution that 
we know of.  We've been here with iconv.dll, and had to rename the R 
copy to Riconv.dll as a result.  (Unfortunately, it depends on the 
version of Windows and even the service pack installed. AFAICS some 
versions of Windows only allow one DLL of a given name to be loaded 
by a single process, here the R process.)

There are (older?) Unix-alike OSes with similar issues.