Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import elide from sp instead of maptools #43

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Imports:
fftwtools,
git2r,
glue,
maptools,
DescTools,
methods,
raster,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(maptools,elide)
importFrom(methods,as)
importFrom(methods,slot)
importFrom(parallel,detectCores)
Expand Down Expand Up @@ -68,6 +67,7 @@ importFrom(sp,bbox)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(sp,spsample)
importFrom(sp, elide)
importFrom(spatialEco,polyPerimeter)
importFrom(stats,dist)
importFrom(utils,read.csv)
1 change: 0 additions & 1 deletion R/fct_fieldRotate.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#' @importFrom graphics abline axis lines par plot points locator legend
#' @importFrom grDevices grey rgb col2rgb
#' @importFrom sp bbox Polygons Polygon SpatialPolygonsDataFrame SpatialPolygons spsample SpatialPointsDataFrame over proj4string
#' @importFrom maptools elide
#'
#'
#' @return A list with two element
Expand Down
3 changes: 1 addition & 2 deletions R/fct_fieldShape.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#' @importFrom raster raster projection plotRGB res projectRaster crs extent atan2 crop rasterToPolygons mask extract clump drawLine drawPoly xyFromCell
#' @importFrom graphics abline axis lines par plot points locator legend
#' @importFrom grDevices grey rgb col2rgb
#' @importFrom sp bbox Polygons Polygon SpatialPolygonsDataFrame SpatialPolygons spsample SpatialPointsDataFrame over proj4string
#' @importFrom maptools elide
#' @importFrom sp bbox Polygons Polygon SpatialPolygonsDataFrame SpatialPolygons spsample SpatialPointsDataFrame over proj4string elide
#'
#'
#' @return A list with two element
Expand Down