forked from dmi3kno/polite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 810 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
Package: polite
Version: 0.1.3
Title: Be Nice on the Web
Description: Be responsible when scraping data from websites by following polite principles: introduce yourself, ask for permission, take slowly and never ask twice.
Authors@R: person("Dmytro", "Perepolkin", email = "[email protected]", role = c("aut", "cre"), comment = structure("0000-0001-8558-6183", .Names = "ORCID"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
URL: https://github.com/dmi3kno/polite, https://dmi3kno.github.io/polite/
BugReports: https://github.com/dmi3kno/polite/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
httr,
magrittr,
memoise,
ratelimitr,
robotstxt,
rvest,
stats,
usethis
Suggests:
dplyr,
testthat,
covr,
webmockr