-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 850 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
Package: scrapex
Title: Data package containing websites saved locally for web scraping examples
Version: 0.0.1.9999
Authors@R:
person(given = "Jorge",
family = "Cimentada",
role = c("aut", "cre"),
email = "cimentadaj@gmail.com",
comment = c(ORCID = "0000-0001-5594-1156"))
Description: By saving locally a variety of websites, this package offers real world examples for scraping websites which will be self-standing and available in the future. Forget about making scraping tutorials which will be obsolete 6 months from now: scrapex is meant to save them for eternity!
License: MIT + file LICENSE
Encoding: UTF-8
Language: es
LazyData: true
Imports:
here,
xml2,
utils,
callr,
plumber,
httpuv,
RoxygenNote: 7.2.0
Suggests:
testthat (>= 2.1.0)
Depends:
R (>= 2.10)