-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3363cb1
commit a52ee28
Showing
2 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,17 @@ Title: Easy Web Scraping | |
Version: 2.2.4 | ||
Authors@R: c( | ||
person("Mohamed El Fodil", "Ihaddaden", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ezekiel", "Ogundepo", role = c("ctb")), | ||
person("Romain", "François", email = "[email protected]", role = c("ctb"))) | ||
person("Ezekiel", "Ogundepo", role = c("ctb")), | ||
person("Romain", "François", email = "[email protected]", role = c("ctb"))) | ||
Maintainer: Mohamed El Fodil Ihaddaden <[email protected]> | ||
Description: The goal of 'ralger' is to facilitate web scraping in R. | ||
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: | ||
Imports: | ||
rvest, | ||
xml2, | ||
tidyr, | ||
|
@@ -24,7 +24,7 @@ Imports: | |
crayon, | ||
curl, | ||
stringi | ||
Suggests: | ||
Suggests: | ||
knitr, | ||
testthat, | ||
rmarkdown, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters