-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 812 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 812 Bytes
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.4
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(given="Dmytro", family="Perepolkin", email = "dperepolkin@gmail.com", role = c("aut", "cre"), comment = c(ORCID="0000-0001-8558-6183"))
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)
Imports:
httr,
magrittr,
memoise,
ratelimitr,
robotstxt,
rvest,
stats,
usethis
Suggests:
dplyr,
testthat,
covr,
webmockr
Config/roxygen2/version: 8.0.0