Package: webbotparseR Title: Parse html files containing search engine results Version: 0.1.0.9000 Authors@R: c(person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")), person("Chung-hong", "Chan", ,"chainsawtiney@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-6232-7530"))) Description: Parse search engine results which have been scraped with the 'WebBot' browser extension . URL: https://gesistsa.github.io/webbotparseR/, https://github.com/gesistsa/webbotparseR BugReports: https://github.com/gesistsa/webbotparseR/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: rvest, tibble, fastmap, base64enc Depends: R (>= 3.5) Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://schochastics.r-universe.dev Date/Publication: 2025-08-18 12:23:19 UTC RemoteUrl: https://github.com/schochastics/webbotparseR RemoteRef: HEAD RemoteSha: fd8bb6fb36e54f22bcfdf757fa832d429c98e2d0 NeedsCompilation: no Packaged: 2026-06-15 10:10:29 UTC; root Author: David Schoch [aut, cre] (ORCID: ), Chung-hong Chan [aut] (ORCID: ) Maintainer: David Schoch