-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
39 lines (39 loc) · 1.01 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
Package: tidyrgee
Title: 'tidyverse' Methods for 'Earth Engine'
Version: 0.1.0
Authors@R: c(
person("Zack", "Arno", , "zackarno@gmail.com", role = c("aut", "cre", "cph")),
person("Josh", "Erickson", , "joshualerickson@gmail.com", role = c("aut", "cph"))
)
Description: Provides 'tidyverse' methods for wrangling
and analyzing 'Earth Engine' <https://earthengine.google.com/> data. These methods help the user with filtering,
joining and summarising 'Earth Engine' image collections.
License: MIT + file LICENSE
URL: https://github.com/r-tidy-remote-sensing/tidyrgee
BugReports: https://github.com/r-tidy-remote-sensing/tidyrgee/issues/
Depends:
R (>= 4.1)
Imports:
assertthat,
crayon,
dplyr,
glue,
lubridate,
purrr,
readr,
reticulate (>= 1.24),
rgee,
rlang,
sf,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
tibble,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2