Package: Rcrawler
Type: Package
Title: Web Crawler and Scraper
Version: 0.1.9-1
Date: 2018-11-11
Authors@R: person("Salim", "Khalil", email = "khalilsalim1@gmail.com",
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7804-4041"))
Description: Performs parallel web crawling and web scraping. It is designed to crawl, parse and store web pages to produce data that can be directly used for analysis application. For details see Khalil and Fakir (2017) <DOI:10.1016/j.softx.2017.04.004>.
License: GPL (>= 2)
URL: https://github.com/salimk/Rcrawler/
BugReports: https://github.com/salimk/Rcrawler/issues
LazyData: TRUE
Imports: httr, xml2, data.table, foreach, doParallel, parallel,
        selectr, webdriver, callr, jsonlite
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-11-11 22:34:30 UTC; Salim
Author: Salim Khalil [aut, cre] (<https://orcid.org/0000-0002-7804-4041>)
Maintainer: Salim Khalil <khalilsalim1@gmail.com>
Repository: CRAN
Date/Publication: 2018-11-11 22:00:16 UTC
Built: R 3.6.3; ; 2020-08-05 05:34:08 UTC; windows
