-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
34 lines (34 loc) · 888 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
32
33
34
Package: ralger
Type: Package
Title: Easy Web Scraping
Version: 2.2.4
Authors@R: c(
person("Mohamed El Fodil", "Ihaddaden", email = "ihaddaden.fodeil@gmail.com", role = c("aut", "cre")),
person("Ezekiel", "Ogundepo", role = c("ctb")),
person("Romain", "François", email = "romain@purrple.cat", role = c("ctb")))
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Description: The goal of 'ralger' is to facilitate web scraping in R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/feddelegrand7/ralger
BugReports: https://github.com/feddelegrand7/ralger/issues
VignetteBuilder: knitr
Imports:
rvest,
xml2,
tidyr,
dplyr,
stringr,
robotstxt,
crayon,
curl,
stringi,
urltools (>= 1.7.3),
purrr (>= 1.0.2)
Suggests:
knitr,
testthat,
rmarkdown,
covr
RoxygenNote: 7.3.1