I would like to use the R packages RNetCDF and ncdf in Ubuntu.
When I try install.packages(\'RNetCDF\') or install.packages(\'ncdf\'), I ge
install.packages(\'RNetCDF\')
install.packages(\'ncdf\')
You need to install the -dev of those packages to get the headers that are required to compile the package. In this case, you need libnetcdf-dev, udunits-bin and libudunits2-dev
-dev
libnetcdf-dev
udunits-bin
libudunits2-dev