Skip to content
Prev 308423 / 398503 Next

Which packages are incompatible with 64-bit R?

Thanks Duncan.  Here's what I come up with.  Anything obviously missing?
 I'd think there'd be more incompatibilities than just these few...

In 32-bit: > pkgs32 = available.packages(type="win.binary")
In 64-bit: > pkgs64 = available.packages(type="win.binary")
[1] "RSVGTipsDevice" "RSvgDevice"     "eco"            "rcqp"
"sparsenet"      "hdf5"
On 10/19/2012 8:22 AM, Duncan Murdoch wrote: