Re: [R] ncdf installation in R

2010-10-18 Thread David Pierce
> Sashi Challa wrote: >> >> I am trying to install ncdf package on a Linux 64-bit machine. >> > [...] > > Hi Sashi, > > Just had a similar issue today. I would suggest the --disable-netcdf4 > hasn't > been picked up. > > Try installing an earlier version and using that path instead. > > See: http:/

Re: [R] ncdf installation in R

2010-10-17 Thread lev_lafayette
Sashi Challa wrote: > > I am trying to install ncdf package on a Linux 64-bit machine. > > I successfully installed netcdf using this command, > > ./configure --prefix=/home/challar/netcdf/ --disable-netcdf4 > Hi Sashi, Just had a similar issue today. I would suggest the --disable-netcdf4 h

[R] ncdf installation in R

2010-10-08 Thread Sashi Challa
Hi All, I am trying to install ncdf package on a Linux 64-bit machine. I successfully installed netcdf using this command, ./configure --prefix=/home/challar/netcdf/ --disable-netcdf4 I then tried to install ncdf package in R R CMD INSTALL --configure-args="-with-netcdf_incdir=/home/challar/ne