Update: I could not get RNetCDF working because I couldn't install udunits
version 1 properly, and udunits2 is not the right version.
However, returning to the original post, I *did* get "ncdf" working. Just
install it from source. Then, you can do as e.g. below
library(ncdf)
jpeg("SSS.jpg",
Right. I have udunits2 installed, but that's not enough. It seems to want
udunits, instead, even though the latter is deprecated.
I downloaded the older package from
http://www.unidata.ucar.edu/downloads/udunits/index.jsp
but it does not compile, e.g.
../port/cfortran/cfortran.h:133:3: e
Hi,
On Aug 12, 2009, at 2:23 PM, Dan Kelley wrote:
I think ncdf is broken now, and so is Rnetcdf. I can't build from
source,
either. If I find a solution, I'll post it here. FYI, I have an
intel-based Mac running the latest OS and with R 2.9.1
While I haven't compiled it myself, it seems
I think ncdf is broken now, and so is Rnetcdf. I can't build from source,
either. If I find a solution, I'll post it here. FYI, I have an
intel-based Mac running the latest OS and with R 2.9.1
--
View this message in context:
http://www.nabble.com/problem-loading-ncdf-library-on-MAC-tp2319519
Hi there,
I'm more or less new to R and have just installed R on my MAC laptop. I
managed to install everything easily enough (R version 2.9) and a few
packages, but when I try to load the ncdf package (in R) I get the
following error:
library(ncdf)
Error in dyn.load(file, DLLpath = DLLpath, ..
5 matches
Mail list logo