geco-bern / agds

Applied Geodata Science book. Developed for the lecture(s) with the same name at the Institute of Geography, University of Bern.
https://geco-bern.github.io/agds/
Other
5 stars 6 forks source link

ncdf4 and renv #108

Closed stineb closed 1 year ago

stineb commented 1 year ago

There is a problem now with ncdf4: it says it cannot install it, although I do have it installed. When opening any other project, I can load the library - it's there. But not in the agds project. I guess this has to do with renv but I don't know where to start resolving the problem...

khufkens commented 1 year ago

renv::restore()

Some of the exercises seem to required an explicit load of the package to render/work. So the package must be loaded up front and should be in your renv.

Remember, your project library is NOT your local library (soft linked when possible but otherwise not).