Package: ralger
Type: Package
Title: Easy Web Scraping
Version: 2.2.0
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. 
    The user has the ability to extract a vector with scrap(), a tidy dataframe using tidy_scrap(), a table with table_scrap() and web links with weblink_scrap().
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: magrittr, rvest, xml2, testthat, tidyr, dplyr, stringr,
        robotstxt, crayon, purrr, curl
Suggests: knitr, rmarkdown, covr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-08 23:07:59 UTC; Administrateur
Author: Mohamed El Fodil Ihaddaden [aut, cre],
  Ezekiel Ogundepo [ctb],
  Romain François [ctb]
Repository: CRAN
Date/Publication: 2020-11-09 05:10:02 UTC
