Other packages you will need to follow the course
- here:
install.packages("here")
- doParallel:
install.packages("doParallel")
- forcats:
install.packages("forcats")
- scico:
install.packages("scico")
- ncdf4:
install.packages("ncdf4")
- Rgrib2:
remotes::install_github("harphub/Rgrib2")
For
Rgrib2
you will need to have the
eccodes
system library installed (
libeccodes-dev
).
If you're installation is in a non-standard location (i.e. not /usr or /usr/local) you need to set the environment variable
ECCODES_DIR
to the location of you eccodes installation. To find the location:
locate libeccodes.so
And the path you need is the one above the
lib
dirctory. Then set the
ECCODES_DIR
environment variable
before starting R and installing
Rgrib2
.
export ECCODES_DIR=/path/to/eccodes
Slack
Youw ill be invited to a Slack Channel for the course during the lunch break on the first day