Skip to content
Prev 32076 / 398506 Next

R as 64 bit application

In a package test I have a problem that needs over 4G of memory. This requires
that I use R compiled as a 64 bit application. Is there a way within R to test
if R has been compile as a 64 bit application? This would allow me to
automatically skip the test when I know it is going to fail.

Thanks,
Paul Gilbert