-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
Package: psrcplot
Type: Package
Title: Create PSRC consistent Data Visualization
Version: 1.1.0
Authors@R: c(
person("Craig", "Helmann", email = "chelmann@psrc.org", role = "cre"),
person("Christy", "Lam", email = "clam@psrc.org", role = "aut"),
person("Megan", "Gryzbowski", email = "mgryzbowski@psrc.org", role = "aut"),
person("Suzanne", "Childress", email = "schildress@psrc.org", role = "aut"),
person("Michael", "Jensen", email = "mjensen@psrc.org", role = "aut"))
Maintainer: Craig Helmann <chelmann@psrc.org>
Description: Functions to create charts, tables and maps for data in the Central Puget Sound Region.
Colors, fonts and chart styles are all consistent with the design standards used by PSRC.
This package is currently under development and may be frequently updated.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
forcats,
lubridate,
tidyverse,
psrctrends,
psrccensus,
knitr,
htmlwidgets,
testthat (>= 3.0.0),
vdiffr
Imports:
magrittr,
dplyr,
echarts4r,
scales,
ggplot2,
treemapify,
rlang,
formattable,
graphics,
sysfonts,
systemfonts,
showtext,
stringr,
plotly
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://psrc.github.io/psrcplot/
Depends:
R (>= 2.10)