Skip to content

Commit

Permalink
removed crs-functions, or made them deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Jan 14, 2020
1 parent 5b2112c commit 025c2fb
Show file tree
Hide file tree
Showing 84 changed files with 432 additions and 4,009 deletions.
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
Package: tmaptools
Type: Package
Title: Thematic Map Tools
Version: 2.1
Version: 3.0
Authors@R: person("Martijn", "Tennekes", email = "mtennekes@gmail.com", role = c("aut", "cre"))
Description: Set of tools for reading and processing spatial data. The aim is to supply the workflow to create thematic maps. This package also facilitates 'tmap', the package for visualizing thematic maps.
License: GPL-3
Encoding: UTF-8
LazyData: true
Date: 2019-12-15
Date: 2020-01-12
Depends:
R (>= 3.0),
methods
Imports:
sp,
sf (>= 0.7-1),
lwgeom (>= 0.1-4),
stars,
units (>= 0.6-1),
grid,
raster (>= 2.7-15),
rgdal,
rgeos,
classInt,
KernSmooth,
magrittr,
Expand Down
69 changes: 0 additions & 69 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,116 +1,47 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(aggregate_map)
export(append_data)
export(approx_areas)
export(approx_distances)
export(bb)
export(bb_earth)
export(bb_poly)
export(calc_densities)
export(crop_shape)
export(double_line)
export(geocode_OSM)
export(get_IDs)
export(get_asp_ratio)
export(get_brewer_pal)
export(get_neighbours)
export(get_proj4)
export(get_projection)
export(is_projected)
export(map_coloring)
export(offset_line)
export(osm_line)
export(osm_point)
export(osm_poly)
export(over_coverage)
export(palette_explorer)
export(points_to_raster)
export(poly_to_raster)
export(read_GPX)
export(read_osm)
export(read_shape)
export(rev_geocode_OSM)
export(sample_dots)
export(set_projection)
export(simplify_shape)
export(smooth_map)
export(smooth_raster_cover)
export(tmap.pal.info)
export(under_coverage)
export(write_shape)
import(RColorBrewer)
import(grid)
import(sf)
import(sp)
importFrom(KernSmooth,bkde2D)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlChildren)
importFrom(XML,xmlRoot)
importFrom(XML,xmlTreeParse)
importFrom(XML,xmlValue)
importFrom(classInt,classIntervals)
importFrom(classInt,findCols)
importFrom(dichromat,dichromat)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,contourLines)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(lwgeom,st_geod_area)
importFrom(lwgeom,st_transform_proj)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(raster,brick)
importFrom(raster,colortable)
importFrom(raster,couldBeLonLat)
importFrom(raster,crop)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,fromDisk)
importFrom(raster,getValues)
importFrom(raster,mask)
importFrom(raster,nlayers)
importFrom(raster,projectExtent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterToContour)
importFrom(raster,rasterize)
importFrom(raster,trim)
importFrom(rgdal,CRSargs)
importFrom(rgdal,checkCRSArgs)
importFrom(rgdal,getPROJ4VersionInfo)
importFrom(rgdal,make_EPSG)
importFrom(rgdal,ogrInfo)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(rgeos,gArea)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gContains)
importFrom(rgeos,gConvexHull)
importFrom(rgeos,gDifference)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIsValid)
importFrom(rgeos,gPointOnSurface)
importFrom(rgeos,gUnaryUnion)
importFrom(stats,dnorm)
importFrom(stats,fft)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
importFrom(units,as_units)
importFrom(units,set_units)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(viridisLite,viridis)
importMethodsFrom(raster,as.matrix)
importMethodsFrom(raster,as.vector)
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version 2.1 (devel)
version 3 (devel)
- added bbox geometry column to output of geocode_OSM when as.sf = TRUE
- stars support for bb and get_projection
- removed hardcoded proj4 shortcuts
- stars support (being implemented)

version 2.0-2
- sp-based functions marked as deprecated
Expand Down
Loading

0 comments on commit 025c2fb

Please sign in to comment.