Type: Package
Package: parsel
Title: Parallelized Dynamic Web-Scraping Using 'RSelenium'
Version: 0.1.1
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)
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), covr (>= 3.5.1)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-03-16 10:25:53 UTC; ttiet
Author: Till Tietz [cre, aut]
Maintainer: Till Tietz <ttietz2014@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-17 08:20:02 UTC
Built: R 4.0.5; ; 2022-03-18 11:08:51 UTC; unix
