import(sp)
import(Rcpp)
importFrom("methods", "Ops", "Math", "as")
importFrom("stats", as.formula, aggregate, predict, density, quantile, update, approx, reshape)
importFrom("utils", stack, unstack, head, tail, download.file)
importFrom("graphics", "hist", "lines", "image", "rect", "contour", "persp", "pairs", "text", "boxplot", "points", "abline", "legend", "title", "strheight", "strwidth")
importFrom("grDevices", "as.raster", "terrain.colors", "heat.colors", "col2rgb", "rainbow", "dev.flush", "dev.off", "dev.new", "xy.coords", "png")
exportClasses(Extent, BasicRaster, Raster, RasterLayer, RasterBrick, RasterStack, RasterStackBrick)
exportMethods("[", as.matrix, area, bandnr, brick, calc, clump, crop, disaggregate, distance, extent, extract, extend, flip, intersect, merge, ncell, nlayers, overlay, plotRGB, raster, reclassify, resample, rotate, sampleRandom, stackSelect, shift, subs, trim, unstack, zonal)
useDynLib(raster)
exportPattern("^[^\\.]")
