export(micromapST,micromapSEER,micromapST.Version)
export(BuildBorderGroup)
export(micromapGSetDefaults)
export(micromapGSetPanelDef)
importFrom("utils",      "globalVariables","capture.output", "read.csv", "object.size", "data", "str") 
importFrom("methods",    "slot", "slot<-", "is")
importFrom("tools",      "file_ext", "file_path_sans_ext")
importFrom("graphics",   "arrows", "axis", "points", "lines", 
    "par",   "legend",  "polygon", "strheight", "strwidth", "title",  
    "text",  "mtext",   "grid",  "abline", "segments",
    "plot",  "plot.new")
importFrom("grDevices", "rgb",   "col2rgb",  "adjustcolor", "grey", "xy.coords",  
    "dev.new", "dev.off","pdf",  "png",      "colors",      "gray")
importFrom("stats",     "qnorm")
importFrom("RColorBrewer", "brewer.pal")
importFrom("stringr",   "str_trim", "str_split", "str_sub", "str_replace_all" ,
    "str_pad", "str_replace",
    "str_to_upper",   "str_locate", "str_to_lower")
importFrom("labeling",  "wilkinson","extended")
importFrom("readxl",     "read_xls", "read_xlsx")
importFrom("writexl",    "write_xlsx")
importFrom("sp",        "bbox","CRS","Polygons","Polygon","polygons",
    "SpatialPolygons",  "SpatialPolygonsDataFrame","spTransform",   
    "SpatialPoints",    "SpatialPointsDataFrame", "plot",
    "proj4string",      "wkt",   "geometry")
importFrom("rgdal",     "readOGR", "writeOGR", "CRSargs",
    "set_P6_datum_hard_fail", "rgdal_extSoftVersion", "set_thin_PROJ6_warnings", 
    "set_rgdal_show_exportToProj4_warnings")
importFrom("rgeos",     "gCentroid", "gBuffer", "gDifference" )
importFrom("sf",        "sf_use_s2")
importFrom("maptools",  "checkPolygonsHoles", "unionSpatialPolygons", "spRbind")
importFrom("spdep",      "poly2nb")
importFrom("rmapshaper", "ms_simplify")
importFrom("cleangeo",   "clgeo_CollectionReport", "clgeo_SuspiciousFeatures", 
     "clgeo_SummaryReport","clgeo_IsValid", "clgeo_CleanByPolygonation.SpatialPolygons")
importFrom("pbapply",    "pblapply")



