[R] Re: netCDF

Thomas Lumley tlumley at u.washington.edu
Thu Feb 14 18:57:25 CET 2002


On Thu, 14 Feb 2002, Agustin Lobo wrote:

>
> After modifying the code and recompiling,
> I get :
>
> > library(netCDF)
> > a <- read.netCDF(npp)
> Error: attempt to set an attribute on NULL
> In addition: Warning message:
> Can't handle NC_CHAR yet
>
> Which I do not understand, as attributes can be set
> to NULL:
>

What it's saying is that NULL can't be given attributes (since there's
only one NULL, you can't modify it).  It sounds like that simple fix
doesn't quite work. Bother. I'll have a look at the code.

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list