-
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.
Merge pull request #14 from feddelegrand7/restyled/ralger_modified
Restyle Modification of Ralger package to suit rvest 1.0.2
- Loading branch information
Showing
5 changed files
with
335 additions
and
277 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,9 +24,9 @@ Imports: | |
crayon, | ||
curl, | ||
stringi | ||
Suggests: | ||
Suggests: | ||
knitr, | ||
testthat, | ||
rmarkdown, | ||
covr | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.2.0 |
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
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
Oops, something went wrong.