Re: [R] Runtime error using ncdf

2013-08-19 Thread Camilo Mora
Hi Dave, I run into this problem with windows 7 and 8. I used the latest versions of r and ncdf as taken from icran. I found my way around this problem breaking the files but it is a petty that ncdf has this bug as it is a quite useful package. Thanks, Camilo Camilo Mora, Ph.D.

[R] Runtime error using ncdf

2013-08-17 Thread Camilo Mora
HI everyone, I have encountered a problem while using ncdf to open nc files in R. I found in the internet several comments in the past but no solution. I could not find a direct solution but I found the source of the problem, if anyone may know where the solution could be, and an

Re: [R] Runtime error using ncdf

2013-08-17 Thread David W. Pierce
Hi Camilo, you don't say what platform you are running on, but the version of the underlying netcdf library installed on your machine must have been properly compiled to enable access to files greater than 2GB. Otherwise, the R interface to the netcdf library cannot work with such files. You