-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.93 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: councilR
Title: Functions and Templates for the Metropolitan Council
Version: 0.3.0
Date: 2024-12-20
Authors@R: c(
person("Metropolitan Council", role = "cph"),
person("Liz", "Roten", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5346-3549")),
person("Ellen", "Esch", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4253-0910")),
person("Mauricio", "León", , "[email protected]", role = "ctb"),
person("Brandon", "Whited", , "[email protected]", role = "ctb"),
person("Laine", "McNamara", , "[email protected]", role = "rev")
)
Description: A collection of commonly used templates, color palettes, and
functions for R users at the Metropolitan Council.
License: MIT + file LICENSE
BugReports: https://github.com/Metropolitan-Council/councilR/issues
Depends:
R (>= 2.10)
Imports:
cli (>= 3.6.3),
data.table (>= 1.16.2),
DBI (>= 1.2.3),
dplyr (>= 1.1.4),
fs (>= 1.6.3),
ggplot2 (>= 3.5.1),
ggspatial (>= 1.1.9),
glue (>= 1.8.0),
keyring (>= 1.3.2),
magrittr (>= 2.0.3),
odbc (>= 1.4.2),
plotly (>= 4.10.4),
purrr (>= 1.0.2),
rlang (>= 1.1.4),
rstudioapi (>= 0.17.1),
sf (>= 1.0-16),
tictoc (>= 1.2.1),
tigris (>= 2.1),
utils
Suggests:
citr (>= 0.3.2),
cowplot (>= 1.1.1),
curl (>= 4.3.2),
details (>= 0.2.1),
httr2 (>= 0.2.1),
knitr (>= 1.37),
rJava (>= 1.0-11),
RJDBC (>= 0.2-10),
rmarkdown (>= 2.11),
stringr (>= 1.4.0),
testthat (>= 3.0.0),
tibble (>= 3.1.6),
usethis (>= 1.6.1)
Enhances:
showtext (>= 0.9-7),
sysfonts (>= 0.8.9)
VignetteBuilder:
knitr
Remotes:
crsh/citr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Website: https://github.com/Metropolitan-Council/councilR