I am trying to use the profvis package to perform the profiling of a large job in R (64 bit), run under RStudio, run under Windows 7. profvis continues to crash, and I get an error message saying that Pandoc is out of memory. The message will be copied below.
My understanding and please correct me if this is wrong is that the problem may go away if I can set the / LARGEADDRESSAWARE switch to Pandoc. And for this I need to install the linker, etc., Make my own assembly, learning how to do it all. Or there is a shortcut that includes installing MS Visual Studio, running the editbin utility and configuring this switch. However, the new installation of Visual Studio is unhappy with my machine and requires me to fix some unspecified issue with the Windows Management Tool before it moves forward.
So my question is this: is there a way to set the / LARGEADDRESSAWARE switch to Pandoc from inside R?
source
share