Skip to content

Commit

Permalink
cc_cap example > 5s moved to not run
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoVilela committed Sep 30, 2023
1 parent 94f00f0 commit 0a36683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/cc_cap.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
#' @keywords Coordinate cleaning
#' @family Coordinates
#' @examples
#'
#' \dontrun{
#' x <- data.frame(species = letters[1:10],
#' decimalLongitude = c(runif(99, -180, 180), -47.882778),
#' decimalLatitude = c(runif(99, -90, 90), -15.793889))
#'
#' cc_cap(x)
#' cc_cap(x, value = "flagged")
#'
#' }
#' @export
#' @importFrom geosphere destPoint
#' @importFrom terra vect ext crop geom union extract buffer
Expand Down
4 changes: 2 additions & 2 deletions man/cc_cap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a36683

Please sign in to comment.