-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 967 Bytes
/
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
Package: congressionalrecord
Type: Package
Title: Scrape, Parse, and Analyze the Congressional Record
Version: 0.0.1
Authors@R:
c(person(given = "Devin",
family = "Judge-Lord",
role = c("aut", "cre"),
email = "devinjudgelord@fas.harvard.edu",
comment = c(ORCID = "0000-0002-4384-4380")))
Maintainer: The package maintainer <DevinJudgeLord@fas.harvard.edu>
Description: A suite of functions to scrape, parse, and analyze the U.S. Congressional Record.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://judgelord.github.io/congressionalrecord/, https://github.com/judgelord/congressionalrecord
BugReports: https://github.com/judgelord/congressionalrecord/issues
Imports:
dplyr,
purrr,
rvest,
stringr,
tidyr,
crayon,
magrittr,
here,
readr,
xml2,
tidytext,
legislators
Depends:
R (>= 3.5.0)
Suggests:
kableExtra,
knitr,
rmarkdown,
tibble
VignetteBuilder: knitr