I'm not sure if this is related, but there is one issue that needs to be
addressed a link time for object files that are generated from C++ code.
In C++ it is permissible to include definitions (not just declarations) in
header files. This means more that one object file may contain a definition
fo
Thanks Henrik and Jon, that's very helpful.
Dan
- Original Message -
> From: "Jon Olav Skoien"
> To: "Henrik Bengtsson"
> Cc: "Dan Tenenbaum" , "R-devel"
> Sent: Friday, October 11, 2013 1:38:26 AM
> Subject: Re: [Rd] install.packages() removes package on Windows
>
>
>
> On 11-Oct-1
On 11-Oct-13 3:15, Henrik Bengtsson wrote:
My guess is that the DLL of the already installed XML package is
loaded by another R session and that prevents the corresponding DLL
file:
path <- system.file("libs", package="XML")
list.files(path, recursive=TRUE, pattern="dll$")
[1] "i386/XML.dll"