Skip to content

Commit

Permalink
no warnings no errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Ruete committed Jan 20, 2021
1 parent 2096ba6 commit d4c4ad8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Imports:
xts,
zoo
Suggests:
covr,
covr,
dggridR,
knitr,
leaflet.extras,
leafpm,
Expand All @@ -73,6 +74,6 @@ Suggests:
testthat,
utils,
vegan
Remotes: github::R-barnes/dggridR
Remotes: R-barnes/dggridR
RoxygenNote: 7.1.1
VignetteBuilder: knitr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export(speciesSummary)
export(summariseBirds)
export(summarizeBirds)
export(visits)
import(dggridR)
importFrom(dbscan,dbscan)
importFrom(dplyr,group_by)
importFrom(dplyr,group_map)
Expand Down
1 change: 0 additions & 1 deletion R/makeGrid.r
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ makeGrid <- function(polygon,
#' @importFrom sp bbox coordinates proj4string spTransform CRS Polygon Polygons SpatialPolygons
#' @importFrom dplyr group_map
#' @importFrom rlang .data
#' @import dggridR
#' @export
makeDggrid <- function(polygon,
gridSize,
Expand Down

0 comments on commit d4c4ad8

Please sign in to comment.