forked from PMassicotte/gtrendsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 822 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
Package: gtrendsR
Type: Package
Title: Perform and Display Google Trends Queries
Version: 1.3.5
Date: 2016-11-03
Authors@R: c(person("Philippe",
"Massicotte",
email = "[email protected]",
role = c("aut", "cre")),
person("Dirk",
"Eddelbuettel",
email = "[email protected]",
role = "aut"))
Description: An interface for retrieving and displaying the information returned
online by Google Trends is provided. Trends (number of hits) over the time as
well as geographic representation of the results can be displayed.
License: GPL (>= 2)
BugReports: https://github.com/PMassicotte/gtrendsR/issues
URL: https://github.com/PMassicotte/gtrendsR
Depends:
R (>= 3.0)
LazyData: yes
Imports:
rvest,
googleVis,
zoo,
ggplot2
RoxygenNote: 5.0.1