Skip to content
Prev 308419 / 398503 Next

Which packages are incompatible with 64-bit R?

On 19/10/2012 8:10 AM, Alexander Shenkin wrote:
An approximation to that is to call 
available.packages(type="win.binary") on both versions, and compare the 
lists.  Packages may fail to appear for reasons other than 
incompatibility, but incompatible packages won't be available in binary 
versions.

Duncan Murdoch