-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 900 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 <https://github.com/gesiscss/WebBot>.
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