From 08aef26dcd07575777e85d0bfec0e54121f64d28 Mon Sep 17 00:00:00 2001 From: Cesar Luis Aybar Camacho Date: Wed, 27 Sep 2023 10:03:59 +0200 Subject: [PATCH] up --- DESCRIPTION | 11 +++++------ NAMESPACE | 1 + R/R6Map.R | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aa781e37..359dbddd 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/NAMESPACE b/NAMESPACE index a443e5f2..718aa7c9 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/R6Map.R b/R/R6Map.R index 3a4ce4b4..f4a3a0ae 100644 --- a/R/R6Map.R +++ b/R/R6Map.R @@ -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/}{