-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.19 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
Package: congress
Title: Access the Congress.gov API
Version: 0.0.4
Authors@R:
person(given = "Christopher T.",
family = "Kenny",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9386-6860"))
Description: Download and read data on United States congressional proceedings.
Data is read from the Library of Congress's Congress.gov Application Programming
Interface (<https://github.com/LibraryOfCongress/api.congress.gov/>). Functions
exist for all version 3 endpoints, including for bills, amendments, congresses,
summaries, members, reports, communications, nominations, and treaties.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
glue,
httr2,
lifecycle,
purrr,
rlang,
stringr,
tibble,
tidyr
URL: https://github.com/christopherkenny/congress,
https://christophertkenny.com/congress/
BugReports: https://github.com/christopherkenny/congress/issues
Suggests:
httptest2,
spelling,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Language: en-US