forked from erykwalczak/PRArulebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 876 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
Package: PRArulebook
Title: Scraper for the Prudential Regulation Authority rulebook
Version: 0.0.0.98
Authors@R: person("Eryk", "Walczak", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8724-462X"))
Maintainer: Eryk Walczak <[email protected]>
Description: Scrape the Prudential Regulation Authority rulebook.
Depends: R (>= 3.6.0)
License: GPL-3
URL: https://www.bankofengland.co.uk/-/media/boe/files/working-paper/2019/the-language-of-rules-textual-complexity-in-banking-reforms.pdf
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr
VignetteBuilder: knitr
Imports:
dplyr,
rvest,
httr,
lubridate,
magrittr,
stringr,
future,
furrr,
textclean,
purrr,
xml2
RoxygenNote: 6.1.1
BugReports: https://github.com/erzk/PRArulebook/issues