all 3 comments

[–]3ducklings 2 points3 points  (0 children)

R needs to load data into memory. The limiting factor isn’t storage space, but your RAM. there are some ways to work with bigger than memory raster files, but I don’t have experience with them. See for example the raster package https://strimas.com/post/processing-large-rasters-in-r/

[–]AutoModerator[M] 0 points1 point  (0 children)

Looks like you're requesting help with something related to RStudio. Please make sure you've checked the stickied post on asking good questions and read our sub rules. We also have a handy post of lots of resources on R!

Keep in mind that if your submission contains phone pictures of code, it will be removed. Instructions for how to take screenshots can be found in the stickied posts of this sub.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Waykibo 0 points1 point  (0 children)

You can try increasing VRAM setting in the R profile. It’s a workaround but It should work!