-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.02 KB
/
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
36
37
Package: statsgrokse
Title: R 'API' Binding to Stats.grok.se Server
Version: 0.1.4
Date: 2017-03-24
Authors@R: c(
person(
given = "Peter",
middle = NULL,
family = "Meissner",
email = "retep.meissner@gmail.com",
role = c("aut", "cre")
),
person(
family = "R Core Team",
role = c("ctb"),
comment = "wp_date() generic and its methods are copies/adoptions from
base-R versions of as.Date(). See ?wp_date for details."
)
)
Maintainer: Peter Meissner <retep.meissner@gmail.com>
Description: The <http://stats.grok.se> server
provides data and an 'API' for Wikipedia page view statistics from
2008 up to 2015. This package provides R bindings to the 'API'.
License: GPL (>= 2)
Depends:
R (>= 3.0.0)
Imports:
jsonlite (>= 1.3.0),
stringr (>= 1.2.0),
httr (>= 1.2.1),
utils
Suggests:
testthat,
knitr
BugReports: https://github.com/petermeissner/statsgrokse/issues
URL: https://github.com/petermeissner/statsgrokse
RoxygenNote: 6.0.1