Skip to content
Prev 257464 / 398506 Next

Loading a package shared lib works in 2.12 but not 2.11

On 13.04.2011 17:32, Von Der Hirschheydt, Juergen wrote:
A zip file is a binary package that has been compiled for an almost 
fixed triple (R version, OS, hardware), where OS is Windows in 32-bit, 
64-bit or (exclusive) both of them in this case.

Therefore, you have to download a zip that was made for R-2.11.x which 
is available from yourCRANmirror/bin/windows/contrib/2.11 or more easily 
just via install.packages() that picks uop the correct repository. 
Alternatively, install from sources - and read the R Installation and 
Administration manual.

Uwe Ligges