# Register spsurvey as a dynamic library
useDynLib(spsurvey, .registration=TRUE)

# Export all names
exportPattern(".")

# Import all packages listed as Depends or Imports
import(sp)
importFrom(deldir, deldir)
importFrom(deldir, tile.list)
importFrom(foreign, read.ssd)
importFrom(foreign, read.xport)
importFrom(MASS, ginv)
importFrom(rgeos, gIntersection)
