Ubuntu で R パッケージ RNetCDF と ncdf を使用したいと考えています。
install.packages('RNetCDF')
またはを試すとinstall.packages('ncdf')
、同様のエラーが発生します。
...
ncdf.c:3:20: fatal error: netcdf.h: No such file or directory
compilation terminated.
make: *** [ncdf.o] Error 1
ERROR: compilation failed for package ‘ncdf’
...
Warning message:
In install.packages("ncdf") :
installation of package ‘ncdf’ had non-zero exit status
パッケージlibnetcdf6
とnetcdf-bin
Ubuntu リポジトリからのパッケージがインストールされます。他に何かする必要がありますか?