Type: Package
Package: parsel
Title: Parallel Dynamic Web-Scraping Using 'RSelenium'
Version: 0.2.0
Authors@R: c(
    person("Till", "Tietz", email = "ttietz2014@gmail.com", role = c("cre","aut")))
Description: A system to increase the efficiency of dynamic web-scraping with 'RSelenium'
    by leveraging parallel processing. You provide a function wrapper for your 'RSelenium' 
    scraping routine with a set of inputs, and 'parsel' runs it in several browser instances. 
    Chunked input processing as well as error catching and logging ensures seamless 
    execution and minimal data loss, even when unforeseen 'RSelenium' errors occur. 
License: MIT + file LICENSE
URL: https://github.com/till-tietz/parsel
BugReports: https://github.com/till-tietz/parsel/issues
Encoding: UTF-8
Imports: parallel (>= 3.6.2), RSelenium, lubridate (>= 1.7.9), utils
        (>= 2.10.1), methods (>= 3.3.1), purrr (>= 0.3.4), rlang
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), covr (>= 3.5.1)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-06-08 17:28:40 UTC; ttiet
Author: Till Tietz [cre, aut]
Maintainer: Till Tietz <ttietz2014@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-08 17:40:02 UTC
