[R-sig-Geo] Memory problems (new try)
Paul Hiemstra
p.hiemstra at geo.uu.nl
Tue Oct 21 13:19:10 CEST 2008
Hi,
You could try to upgrade R (2.4.1 is rather old) and all the packages
and see if the error still occurs.
cheers,
Paul
Mikael Carlsson wrote:
> Hi,
> A little bit more info about my problems...
> R version and OS:
> R 2.4.1 on WinXP
>
> Loaded packages:
> library(akima)
> library(class) #The VR package
> library(fBasics)
> library(fSeries)
> library(fMultivar)
> library(fields)
> library(geoR)
> library(gstat)
> library(lattice)
> library(locfit)
> library(mapdata)
> library(maptools)
> library(MASS) #The VR package
> library(nnet) #The VR package
> library(rgdal)
> library(rgl)
> library(shapefiles)
> library(sp)
> library(spatial) #The VR package
> library(spatstat)
>
>
> Pice of code:
> attach(cumark)
> mew <- as.vector(ew)
> mns <- as.vector(ns)
> mcu <- as.vector(cu)
>
> fcumark <- data.frame(mew, mns, mcu)
>
> coordinates(fcumark) <- ~mew+mns
>
> fcumark.interp <- interp(mew, mns, mcu,
> xo = seq(min(mew), max(mew), length = 400),
> yo = seq(min(mns), max(mns), length = 400),
> linear= FALSE,
> extrap= FALSE,
> duplicate = "error",
> dupfun = NULL,
> ncp = NULL)
>
> Hang up message:
> The instruction at "0x0000002c" referenced memory at "0x0000002c". The
> memory could not be "read"
>
> Any clue?
>
> Regards,
> Mikael
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone: +31302535773
Fax: +31302531145
http://intamap.geo.uu.nl/~paul
More information about the R-sig-Geo
mailing list