-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.29 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
Type: Package
Package: regcensus
Title: Accessing Data from the 'RegCensusAPI'
Version: 1.0.1
Authors@R: c(
person("Jonathan", "Nelson", , "[email protected]",
role = c("aut", "cre")),
person("Thurston", "Powers", , "[email protected]",
role = c("aut")),
person("Aayush", "Gadia", , "[email protected]",
role = c("aut")),
person("Mercatus Center", email = "[email protected]",
role = c("cph", "fnd")))
Description: Allowing users to access data from the 'RegCensusAPI'. The 'RegCensusAPI' is an API client that connects to the 'RegData' regulatory restrictions data by the 'Mercatus Center' at 'George Mason University'. 'RegData' uses machine learning algorithms to quantify the number of regulatory restrictions in a jurisdiction. You can find out more about 'RegData' from 'QuantGov website' <https://www.quantgov.org>.
License: MIT+ file LICENSE
URL: https://github.com/QuantGov/regcensus-api-R
BugReports: https://github.com/QuantGov/regcensus-api-R/issues
Depends:
R (>= 4.3.0)
Imports:
jsonlite,
stringr,
httr,
tidyverse,
dplyr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.1.9)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Language: en-US