Package: rgee Title: R Bindings for Calling the 'Earth Engine' API Version: 1.1.8.9002 Authors@R: c(person(given = "Cesar", family = "Aybar", role = c("aut"), email = "csaybar@gmail.com", comment = c(ORCID = "0000-0003-2745-9535")), person(given = "Wu", family = "Qiusheng", role = c("ctb"), email = "giswqs@gmail.com", comment = c(ORCID = "0000-0001-5437-4073")), person(given = "Lesly", family = "Bautista", role = c("ctb"), email = "leslyarcelly.213@gmail.com", comment = c(ORCID = "0000-0003-3523-8687")), person(given = "Roy", family = "Yali", role = c("ctb"), email = "ryali93@gmail.com", comment = c(ORCID = "0000-0003-4542-3755")), person(given = "Antony", family = "Barja", role = c("ctb"), email = "antony.barja8@gmail.com", comment = c(ORCID = "0000-0001-5921-2858")), person(given = "Kevin", family = "Ushey", role = c("ctb"), email = "kevin@rstudio.com"), person(given = "Jeroen", family = "Ooms", role = c("ctb"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")), person(given = "Tim", family = "Appelhans", role = c("ctb"), email = "tim.appelhans@gmail.com"), person(given = "JJ", family = "Allaire", role = c("ctb"), email = "jj@rstudio.com"), person(given = "Yuan", family = "Tang", role = c("ctb"), email = "terrytangyuan@gmail.com"), person(given = "Samapriya", family = "Roy", role = c("ctb"), email = "samapriya.roy@gmail.com"), person(given = "MariaElena", family = "Adauto", role = c("ctb"), email = "2a.mariaelena@gmail.com", comment = c(ORCID = "0000-0002-2154-2429")), person(given = "Gabriel", family = "Carrasco", role = c("ctb"), email = "gabriel.carrasco@upch.pe", comment = c(ORCID = "0000-0002-6945-0419")), person(given = "Henrik", family = "Bengtsson", role = c("ctb"), email = "henrikb@braju.com"), person(given = "Jeffrey", family = "Hollister", role = c("rev"), email = "hollister.jeff@epa.gov", comment = "Hollister reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/"), person(given = "Gennadii", family = "Donchyts", role = c("rev"), comment = "Gena reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/"), person(given="Matthieu", family = "Stigler", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6802-4290"), email="Matthieu.Stigler@gmail.com"), person(given = "Marius", family = "Appel", role = c("rev"), email = "marius.appel@uni-muenster.de", comment = "Appel reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/")) Description: Earth Engine client library for R. All of the 'Earth Engine' API classes, modules, and functions are made available. Additional functions implemented include importing (exporting) of Earth Engine spatial objects, extraction of time series, interactive map display, assets management interface, and metadata display. See for further details. License: Apache License (>= 2.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 3.3.0) Imports: methods, reticulate (>= 1.27), rstudioapi (>= 0.7), leaflet (>= 2.0.2), magrittr, jsonlite, processx, leafem, crayon, R6, cli Suggests: magick, geojsonio, sf, stars, googledrive (>= 2.0.0), gargle, httr, digest, testthat, future, terra, covr, knitr, rmarkdown, 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 Language: en-US Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libpng-dev libuv1-dev libssl-dev libproj-dev python3 libsqlite3-dev libudunits2-dev Repository: https://r-spatial.r-universe.dev Date/Publication: 2026-07-13 05:19:46 UTC RemoteUrl: https://github.com/r-spatial/rgee RemoteRef: HEAD RemoteSha: b5ad15d3018e40d3eab90fbd8825bef03b72a808 NeedsCompilation: no Packaged: 2026-07-13 08:45:22 UTC; root Author: Cesar Aybar [aut] (ORCID: ), Wu Qiusheng [ctb] (ORCID: ), Lesly Bautista [ctb] (ORCID: ), Roy Yali [ctb] (ORCID: ), Antony Barja [ctb] (ORCID: ), Kevin Ushey [ctb], Jeroen Ooms [ctb] (ORCID: ), Tim Appelhans [ctb], JJ Allaire [ctb], Yuan Tang [ctb], Samapriya Roy [ctb], MariaElena Adauto [ctb] (ORCID: ), Gabriel Carrasco [ctb] (ORCID: ), Henrik Bengtsson [ctb], Jeffrey Hollister [rev] (Hollister reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/), Gennadii Donchyts [rev] (Gena reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/), Matthieu Stigler [aut, cre] (ORCID: ), Marius Appel [rev] (Appel reviewed the package for JOSS, see https://github.com/openjournals/joss-reviews/issues/2272/) Maintainer: Matthieu Stigler