-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.39 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
Package: rgeeInspector
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R:
c(person(given = "Antony",
family = "Barja",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5921-2858")),
person(given = "Cesar",
family = "Aybar",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2745-9535")),
person(given = "Lesly",
family = "Bautista",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3523-8687")),
person(given = "Roy",
family = "Yali",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4542-3755")),
person(given = "Fernando",
family = "Prudencio",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4542-3755"))
)
Maintainer: The package maintainer <[email protected]>
Description: rgeeInspector is a new package complement for rgee that allow draw Earth Engine objects of interactivily from R.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
mapedit,
rgee,
magrittr,
geojsonsf,
sf
RoxygenNote: 7.1.2
URL: https://ambarja.github.io/rgeeInspector/