[R] Any solution to have RnetCDF, ncdf or ncdf4 in R 3.1 ?

2014-04-06 Thread Marc Girondot
I just have installed the last RC of R 3.1. All is ok except for 3 packages that I was not able to compile and they do not exist as precompiled package for MacOSX (Marverick): These packages are RnetCDF, ncdf or ncdf4. For all, I get error when I try to install them:

Re: [R] Any solution to have RnetCDF, ncdf or ncdf4 in R 3.1 ?

2014-04-06 Thread Pascal Oettli
Hello, Do you have NetCDF library correctly installed (with headers)? Regards, Pascal On Sun, Apr 6, 2014 at 11:26 PM, Marc Girondot marc_...@yahoo.fr wrote: I just have installed the last RC of R 3.1. All is ok except for 3 packages that I was not able to compile and they do not exist as

Re: [R] Any solution to have RnetCDF, ncdf or ncdf4 in R 3.1 ?

2014-04-06 Thread David W. Pierce
Hi Marc, those packages are just interfaces to the netcdf library that must already exist on your machine. Try installing the netcdf library first, and then installing the R package. You will need the development version of the netcdf library installed in order to compile the R packages.

Re: [R] Any solution to have RnetCDF, ncdf or ncdf4 in R 3.1 ?

2014-04-06 Thread Marc Girondot
Le 06/04/2014 16:47, David W. Pierce a écrit : Hi Marc, those packages are just interfaces to the netcdf library that must already exist on your machine. Try installing the netcdf library first, and then installing the R package. You will need the development version of the netcdf library