Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
csaybar committed Sep 27, 2023
1 parent 219d849 commit 08aef26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,25 @@ Imports:
R6,
cli
Suggests:
leaflet.extras2,
magick,
geojsonio,
sf,
stars,
googledrive (>= 2.0.0),
googleCloudStorageR (>= 0.6.0),
gargle,
raster,
rgdal,
httr,
digest,
spelling,
testthat,
future,
terra,
covr,
knitr,
rmarkdown,
png
png,
googleCloudStorageR,
leaflet.extras2,
spelling,
raster
URL: https://github.com/r-spatial/rgee/, https://r-spatial.github.io/rgee/, https://github.com/google/earthengine-api/
BugReports: https://github.com/r-spatial/rgee/issues/
VignetteBuilder: knitr
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export(raster_as_ee)
export(rdate_to_eedate)
export(sf_as_ee)
export(stars_as_ee)
importFrom(R6,R6Class)
importFrom(cli,cat_line)
importFrom(cli,rule)
importFrom(cli,symbol)
Expand Down
2 changes: 1 addition & 1 deletion R/R6Map.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @description Create interactive visualizations of spatial EE objects
#' (ee$Geometry, ee$Image, ee$Feature, and ee$FeatureCollection)
#' using \code{leaflet}.
#'
#' @importFrom R6 R6Class
#' @details
#' `R6Map` uses the Earth Engine method
#' \href{https://developers.google.com/earth-engine/api_docs#ee.data.getmapid/}{
Expand Down

0 comments on commit 08aef26

Please sign in to comment.