-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.06 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
Package: councilverse
Type: Package
Title: Easily Install and Load all packages in the 'councilverse'
Version: 2.0.0
Authors@R:
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: The 'councilverse' is a set of packages that work in tandem to assist the NYCC's data
team in doing their work. This package is designed to make it easy to install and load multiple
'councilverse' packages in a single step.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cli,
councildown (>= 0.0.3.9000),
councilcount,
crayon,
rstudioapi,
utils,
htmltools,
tidyverse
Remotes:
newyorkcitycouncil/councildown,
newyorkcitycouncil/councilcount
Depends:
R (>= 2.10)
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://newyorkcitycouncil.github.io/councilverse/