-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.11 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
Type: Package
Package: MazamaSpatialPlots
Version: 0.3.0
Title: Thematic Plots for Mazama Spatial Datasets
Authors@R: c(
person("Jonathan", "Callahan", email="[email protected]", role=c("aut","cre")),
person("Rachel", "Carroll", email="[email protected]", role=c("aut")),
person("Eli", "Grosman", email="[email protected]", role=c("aut"))
)
Author: Jonathan Callahan [aut, cre],
Rachel Carroll [aut],
Eli Grosman [aut]
Maintainer: Jonathan Callahan <[email protected]>
Description: A suite of convenience functions for generating US state and county
thematic maps using datasets from the MazamaSpatialUtils package.
License: GPL-3
URL: https://github.com/MazamaScience/MazamaSpatialPlots
BugReports: https://github.com/MazamaScience/MazamaSpatialPlots/issues
Depends:
R (>= 4.0.0),
MazamaSpatialUtils (>= 0.8.7)
Imports:
dplyr,
magrittr,
MazamaCoreUtils (>= 0.4.6),
rlang,
sf,
tmap (>= 4.0.0)
Suggests:
knitr,
markdown,
testthat,
rmarkdown,
roxygen2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.3.1