Type: Package
Package: parsel
Title: Parallel Dynamic Web-Scraping Using 'RSelenium'
Version: 0.3.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. You can additionally 
    build safe scraping functions with minimal coding by utilizing constructor functions that act as wrappers 
    around 'RSelenium' methods. 
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.2.2
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), covr (>= 3.5.1)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-02-22 22:36:36 UTC; ttietz
Author: Till Tietz [cre, aut]
Maintainer: Till Tietz <ttietz2014@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-22 22:50:02 UTC
Built: R 4.2.0; ; 2023-02-23 13:41:48 UTC; unix
