-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: exploreRGEE
Title: Explores Google Earth Engine
Version: 0.1.1
Authors@R:
c(person(given = "Josh",
family = "Erickson",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Zack",
family = "Arno",
role = "aut",
email = "[email protected]"))
Description: This package uses rgee and other spatial packages (sf, leaflet) to explore Google Earth Engine collections in a exploratory data analysis manner using R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
rgee,
dplyr,
tidyr,
leaflet,
ggplot2,
sf,
leafem,
magrittr,
stringr,
lubridate,
utils,
rlang,
future,
grDevices,
readr,
plyr,
leaflet.extras,
mapview,
geojsonio,
glue
Depends:
R (>= 2.10)
Suggests:
knitr,
AOI,
purrr,
testthat (>= 3.0.0)
URL: https://github.com/joshualerickson/exploreRGEE
BugReports: https://github.com/joshualerickson/exploreRGEE/issues
VignetteBuilder: knitr
Config/testthat/edition: 3