-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 909 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: gpack
Type: Package
Title: Webscrap G**gle Services (Scholar, Pictures, Trends, Search)
Version: 0.0.1
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "nicolas.casajus@gmail.com",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: This package provides tools for webscraping G**gle Services
(Scholar, Pictures, Trends, Search) using OpenVPN to get around IP bans.
Webscrap is performed by RSelenium.
License: MIT + file LICENSE
URL: https://github.com/ahasverus/gpack
BugReports: https://github.com/ahasverus/gpack/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: R (>= 2.10)
Imports:
cli,
crayon,
httr,
jsonlite,
messages,
RSelenium,
rstudioapi,
rvest,
xml2
Remotes:
frbcesab/messages