-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.17 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
Package: rmap
Title: Simple Customizable Mapping
Version: 1.0.0
Authors@R: c(person("Zarrar", "Khan", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Mengqi", "Zhao", role = c("aut"), comment = c(ORCID="0000-0001-5385-2758")),
person("Chris", "Vernon", role = c("aut"), comment = c(ORCID="0000-0002-3406-6214")),
person("Thomas", "Wild", role = c("aut"), comment = c(ORCID="0000-0002-6045-7729")),
person("Brinda", "Yarlagadda", role = c("aut"), comment = c(ORCID="0000-0003-2944-3449")))
Description: Plot customizable maps from simple dataframes using pre-loaded maps.
URL: https://github.com/JGCRI/rmap
BugReports: https://github.com/JGCRI/rmap/issues
Depends: R (>= 3.0)
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
raster,
tibble,
tidyr,
dplyr,
scales,
grDevices,
data.table,
rlang,
magrittr,
RColorBrewer,
magick,
stringr,
ggplot2,
jgcricolors,
sf,
methods,
ggrepel
Suggests:
rmarkdown,
testthat (>= 3.0.0),
knitr,
cowplot
VignetteBuilder:
knitr,
cowplot
Remotes:
github::JGCRI/jgcricolors
Config/testthat/edition: 3