|
1 | 1 | import(sp)
|
2 | 2 | import(Rcpp)
|
3 |
| -importFrom("methods", "Ops", "Math", "as", ".hasSlot", "validObject") |
| 3 | +import(methods) |
4 | 4 | importFrom("stats", as.formula, aggregate, predict, density, quantile, update, approx, reshape)
|
5 | 5 | importFrom("utils", stack, unstack, head, tail, download.file)
|
6 |
| -importFrom("graphics", "hist", "lines", "image", "rect", "filled.contour", "contour", "persp", "pairs", "text", "boxplot", "points", "abline", "legend", "title", "strheight", "strwidth") |
7 |
| -importFrom("grDevices", "as.raster", "terrain.colors", "heat.colors", "col2rgb", "rainbow", "dev.flush", "dev.off", "dev.new", "xy.coords", "png") |
| 6 | +importFrom(graphics, hist, lines, image, rect, filled.contour, contour, persp, pairs, plot, text, boxplot, points, abline, legend, title, strheight, strwidth) |
| 7 | +importFrom(grDevices, as.raster, terrain.colors, heat.colors, col2rgb, rainbow, dev.flush, dev.off, dev.new, xy.coords, png) |
8 | 8 | exportClasses(Extent, BasicRaster, Raster, RasterLayer, RasterBrick, RasterStack, RasterStackBrick)
|
9 |
| -exportMethods("[", "==", '!=', '!', approxNA, as.array, as.character, as.vector, as.matrix, area, bandnr, barplot, brick, calc, clump, crop, disaggregate, distance, erase, extent, extract, extend, flip, head, intersect, is.factor, merge, mosaic, ncell, nlayers, overlay, plot, plotRGB, raster, reclassify, resample, rotate, sampleRandom, stackSelect, shift, subs, t, tail, trim, unique, unstack, union, xmin, xmax, ymin, ymax, zonal) |
| 9 | +exportMethods("[", "==", '!=', '!', approxNA, as.array, as.character, as.vector, as.matrix, area, bandnr, barplot, brick, calc, clump, crop, crs, "crs<-", disaggregate, distance, erase, extent, extract, extend, flip, focal, geom, head, intersect, is.factor, mask, merge, mosaic, ncell, nlayers, "nrow<-", "ncol<-", overlay, plot, plotRGB, raster, rasterize, reclassify, res, resample, rotate, sampleRandom, stackSelect, shift, subs, t, tail, trim, unique, unstack, union, xmin, xmax, xres, ymin, ymax, yres, zonal, yFromRow, xFromCol,colFromX, rowFromY, cellFromXY, cellFromRowCol, xyFromCell, yFromCell, xFromCell, rowColFromCell,rowFromCell, colFromCell, readStart, readStop, values, "values<-", writeStart, writeStop, writeValues, writeRaster) |
10 | 10 | useDynLib(raster, .registration = TRUE)
|
11 | 11 | exportPattern("^[^\\.\\_]")
|
| 12 | + |
0 commit comments