JGCRI / rmap

Mapping software with pre-loaded global and local maps
https://jgcri.github.io/rmap/
Other
7 stars 0 forks source link

Trouble installing rmap #74

Closed emmaliulu closed 3 years ago

emmaliulu commented 3 years ago

I followed the instruction to install rmap and I received the following error image

zarrarkhan commented 3 years ago

@emmaliulu what operating system are you using?

emmaliulu commented 3 years ago

@zarrarkhan I am running on a Windows machine.

zarrarkhan commented 3 years ago

Can you please close out R studio. Then in base R try and install the raster package directly:

install.packages("raster")

Please post any errors you get when you try that. Also, you can email me at zarrar.khan@pnnl.gov directly so I can arrange to debug this with you live.

The installation passes all the installation checks on github actions on multiple platforms so it is strange that it is failing on your system.

emmaliulu commented 3 years ago

@zarrarkhan Problem solved! Thank you!

emmaliulu commented 3 years ago

@zarrarkhan Another problem occurred when I tried to load a map. image

zarrarkhan commented 3 years ago

I think this one is just a problem with write access in the folder where you are trying to run rmap. Please see if any of the following work for you:

emmaliulu commented 3 years ago

@zarrarkhan Problem solved. Thank you.