-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
35 lines (35 loc) · 992 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
34
35
Package: wikipediatrend
Title: Public Subject Attention via Wikipedia Page View Statistics
Version: 2.1.6
Date: 2020-06-03
Authors@R:
c(
person(
"Peter", "Meissner", role = c("aut", "cre"),
email = "[email protected]"
),
person("", "R Core Team", role = "cph")
)
Maintainer: Peter Meissner <[email protected]>
Description: A convenience wrapper for the Wikipedia page access statistics API
binding the 'pageviews' package and using an additional self composed data
source thus covering a time span from very late 2007 up to the present for
daily page views.
License: GPL (>= 2)
Depends:
R (>= 3.0.0)
Imports:
pageviews (>= 0.3.0),
stringr (>= 0.6.2),
rvest (>= 0.2.0),
httr (>= 0.6.1),
utils,
xml2 (>= 0.1.2),
hellno (>= 0.0.1),
glue (>= 1.1.1),
ggplot2 (>= 2.2.1)
Suggests:
testthat,
knitr
BugReports: https://github.com/petermeissner/wikipediatrend/issues
RoxygenNote: 7.0.2