wallaceEcoMod / wallace

an interactive, reproducible, expandible, instructional, and open-source GUI-based app for ecological niche modeling
https://wallaceecomod.github.io/
GNU General Public License v3.0
132 stars 46 forks source link

Error in [: (subscript) logical subscript too long #368

Closed sofia10h closed 1 year ago

sofia10h commented 2 years ago

Hello everyone,

I uploaded a raster from Soilgrids to wallace, but when I run the model in wallace using Maxent, I get the following warning and the screen freeze:

50%Warning: Error in [: (subscript) logical subscript too long 2: shiny::runApp 1: run_wallace

Im wondering if someone can help me to solve this issue. Thank you!

Originally posted by @sofia10h in https://github.com/wallaceEcoMod/wallace/issues/367#issuecomment-1095549638

gepinillab commented 1 year ago

Dear @sofia10h,

I am sorry to reply so late to this issue. I lost it in my e-mail inbox.

Did you were able to fix it? I think the issue could be related to the resolution of your rasters (250 m). R has some problems handling big raster in the memory RAM, which could be a potential reason for this problem.

Best, Gonzalo