Skip to content
Prev 310378 / 398506 Next

Error in memory.size(size) when calling R in batch mode (but not in interactive mode)

Le vendredi 09 novembre 2012 ? 10:43 +0000, Franckx Laurent a ?crit :
c) When you run "R CMD BATCH", the 32-bit version of R is used, while
when you run it interactively, you start the 64-bit version.

To check this, add sessionInfo() to your batch script, and have a look
at the output.


Hope this helps