-----Mensaje original-----
De: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]En nombre de Duncan Murdoch
Enviado el: lunes, 16 de junio de 2003 14:43
Para: antonio rodriguez
CC: R-help; Thomas Lumley
Asunto: Re: [R] Error in .C("open_netcdf"
On Mon, 16 Jun 2003 13:38:28 +0200, you wrote:
Hi,
Running R 1.7.0 on Win XP I'm getting the following error message:
library(netCDF)
a<-read.netCDF("c:/data/fnmoc/individuales/sst_rey.nc")
Error in .C("open_netcdf", filename, id = as.integer(verbose)) :
C/Fortran function name not in load table
This means that the associated DLL wasn't loaded properly, so a
function in it is not being found. How did you install the package?
Don't know what is going wrong. With R1.6.2 I didn't face this problem
Generally questions about contributed packages should go to the
maintainer (in this case Thomas Lumley <tlumley at u.washington.edu>),
but in this case it sounds like a problem with installation on
Windows, so he might not have experience with it.
Duncan Murdoch