|
1 | | -import(methods, tools) |
2 | | -importFrom("grDevices", "col2rgb", "dev.cur", "dev.list", "dev.new", "dev.off", "dev.set", "colorRamp", "colorRampPalette", "png", "rgb") |
3 | | -importFrom("graphics", "barplot", "image", "par", "persp", "pie", "polygon", "rect", "segments", "abline", "axis", "boxplot", "dotchart", "hist", "lines", "mtext", "points", "text") |
4 | | -importFrom("stats", "cutree", "dist", "dnorm", "hclust", "na.omit", "rnorm", "runif", "as.formula", "median", "quantile", "time", "var") |
5 | | -importFrom("utils", "compareVersion", "head", "write.table", "data", "glob2rx", "object.size", "read.csv", "setTxtProgressBar", "txtProgressBar") |
6 | | -importFrom("RColorBrewer", brewer.pal) |
7 | | -importFrom("scales", rescale) |
8 | | -importFrom("colorspace", coords, hex, mixcolor, HSV) |
9 | | -importFrom("classInt", classIntervals, findColours) |
10 | | -importFrom("plotrix", color.legend) |
11 | | -importFrom("dismo", maxent) |
12 | | -importFrom("gstat", variogram, variogramLine) |
13 | | -importFrom("zoo", as.Date, index) |
14 | | -importFrom("pixmap", pixmapIndexed, pixmapRGB) |
15 | | -importFrom("plyr", aaply, laply, llply, ldply) |
16 | | -importFrom("RSAGA", set.file.extension, rsaga.env, rsaga.get.version, rsaga.geoprocessor) |
17 | | -importFrom("raster", extract, stack, brick, rotate, nlayers, shift, projectRaster, extension, is.factor, as.factor, removeTmpFiles, rasterToPolygons, raster, projection, rasterize, writeRaster, extent, calc, getValues, "values<-", getZ, setZ, minValue, maxValue, image, ncol, nrow, ncell, res) |
18 | | -importFrom("XML", xmlValue, "xmlValue<-", xmlAttrs, "xmlAttrs<-", xmlNode, xmlSize, xmlParse, xmlTreeParse, xmlInternalTreeParse, xmlGetAttr, xmlName, xmlToList, newXMLDoc, newXMLNode, parseXMLAndAdd, xmlChildren, saveXML, xmlRoot, xpathApply, compareXMLDocs, append.XMLNode, xmlSchemaValidate, xmlSApply) |
19 | | -importClassFrom(XML, XMLInternalDocument, XMLAbstractNode, XMLNode, HTMLInternalDocument) |
20 | | -importFrom("aqp", profile_id, idname, horizonDepths, siteNames, site, horizons) |
21 | | -importClassFrom(aqp, SoilProfileCollection) |
22 | | - |
23 | | -import("sp") |
24 | | -import("sf") |
25 | | -import("stars") |
26 | | -import(rgdal) |
27 | | -import(stringr) |
28 | | -import(colorRamps) |
29 | | -importClassFrom(spacetime, STTDF, STIDF) |
30 | | - |
31 | | -exportClasses(SpatialMetadata, |
32 | | - sp.palette, |
33 | | - SpatialPhotoOverlay, |
34 | | - SpatialPredictions, |
35 | | - SpatialVectorsSimulations, |
36 | | - RasterBrickSimulations, |
37 | | - RasterBrickTimeSeries, |
38 | | - SpatialMaxEntOutput, |
39 | | - SpatialSamplingPattern) |
40 | | -exportMethods( |
41 | | - getCRS, |
42 | | - GetNames, |
43 | | - GetPalette, |
44 | | - kml, |
45 | | - kml_layer, |
46 | | - kml_metadata, |
47 | | - reproject, |
48 | | - spMetadata, |
49 | | - metadata2SLD, |
50 | | - plotKML, |
51 | | - vect2rast, |
52 | | - summary) |
53 | | -S3method(plot, SpatialPredictions) |
54 | | -export(check_projection, parse_proj4) |
55 | | -exportPattern("^[^\\.]") |
| 1 | +import(methods, tools) |
| 2 | +importFrom("grDevices", "col2rgb", "dev.cur", "dev.list", "dev.new", "dev.off", "dev.set", "colorRamp", "colorRampPalette", "png", "rgb") |
| 3 | +importFrom("graphics", "barplot", "image", "par", "persp", "pie", "polygon", "rect", "segments", "abline", "axis", "boxplot", "dotchart", "hist", "lines", "mtext", "points", "text") |
| 4 | +importFrom("stats", "cutree", "dist", "dnorm", "hclust", "na.omit", "rnorm", "runif", "as.formula", "median", "quantile", "time", "var") |
| 5 | +importFrom("utils", "compareVersion", "head", "write.table", "data", "glob2rx", "object.size", "read.csv", "setTxtProgressBar", "txtProgressBar") |
| 6 | +importFrom("RColorBrewer", brewer.pal) |
| 7 | +importFrom("scales", rescale) |
| 8 | +importFrom("colorspace", coords, hex, mixcolor, HSV) |
| 9 | +importFrom("classInt", classIntervals, findColours) |
| 10 | +importFrom("zoo", as.Date, index) |
| 11 | +importFrom("gstat", variogram, variogramLine) |
| 12 | +importFrom("dismo", maxent) |
| 13 | +importFrom("pixmap", pixmapIndexed, pixmapRGB) |
| 14 | +importFrom("plyr", aaply, laply, llply, ldply) |
| 15 | +importFrom("raster", extract, stack, brick, rotate, nlayers, shift, projectRaster, extension, is.factor, as.factor, removeTmpFiles, rasterToPolygons, raster, projection, rasterize, writeRaster, extent, calc, getValues, "values<-", getZ, setZ, minValue, maxValue, image, ncol, nrow, ncell, res) |
| 16 | +importFrom("XML", xmlValue, "xmlValue<-", xmlAttrs, "xmlAttrs<-", xmlNode, xmlSize, xmlParse, xmlTreeParse, xmlInternalTreeParse, xmlGetAttr, xmlName, xmlToList, newXMLDoc, newXMLNode, parseXMLAndAdd, xmlChildren, saveXML, xmlRoot, xpathApply, compareXMLDocs, append.XMLNode, xmlSchemaValidate, xmlSApply) |
| 17 | +importClassFrom(XML, XMLInternalDocument, XMLAbstractNode, XMLNode, HTMLInternalDocument) |
| 18 | +importFrom("aqp", profile_id, idname, horizonDepths, siteNames, site, horizons) |
| 19 | +importClassFrom(aqp, SoilProfileCollection) |
| 20 | + |
| 21 | +import("sp") |
| 22 | +import("sf") |
| 23 | +import("stars") |
| 24 | +import(rgdal) |
| 25 | +import(stringr) |
| 26 | +import(colorRamps) |
| 27 | +importClassFrom(spacetime, STTDF, STIDF) |
| 28 | + |
| 29 | +exportClasses(SpatialMetadata, |
| 30 | + sp.palette, |
| 31 | + SpatialPhotoOverlay, |
| 32 | + SpatialPredictions, |
| 33 | + SpatialVectorsSimulations, |
| 34 | + RasterBrickSimulations, |
| 35 | + RasterBrickTimeSeries, |
| 36 | + SpatialMaxEntOutput, |
| 37 | + SpatialSamplingPattern) |
| 38 | +exportMethods( |
| 39 | + getCRS, |
| 40 | + GetNames, |
| 41 | + GetPalette, |
| 42 | + kml, |
| 43 | + kml_layer, |
| 44 | + kml_metadata, |
| 45 | + reproject, |
| 46 | + spMetadata, |
| 47 | + metadata2SLD, |
| 48 | + plotKML, |
| 49 | + vect2rast, |
| 50 | + summary) |
| 51 | +S3method(plot, SpatialPredictions) |
| 52 | +export(check_projection, parse_proj4) |
| 53 | +exportPattern("^[^\\.]") |
0 commit comments