I reinstalled my pc and also reinstalled R, but I somehow get an error when running my R program:
Error: could not find function "overlay"
which was fine on the previous installation.
The new R version is 3.2.4., so I tried to downgrade the version to 3.1.* and 3.0.*, but this was not helpful.
Libraries I used are:
library(sp)
library(maptools)
library(gstat)
library(rgdal)
library(sm)
library(png)
It seems like overlay
is included in the sp package. I don't know what to do.