I'm desperately trying to writeRaster()
but, since the raster is quite large I need a lot of temp memory. The space on my C:/
drive is limited and therefore I want to change the temporary dir to D:/TEMP/
. I tried different approaches I found on the Internet like:
http://r.789695.n4.nabble.com/How-do-I-set-the-Windows-temporary-directory-in-R-td876483.html
etc.
rasterOptions(tmpdir = "D:/RTEMP/")
didn't solve the problem. Even if it worked while the calculation of the raster, it doesn't affect the writeRaster()
function.
I would be very thankful, if anybody can help me.
Here is my sessionInfo()
:
`R version 3.1.2 (2014-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)`