-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 924 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
Package: WikidataQueryServiceR
Title: API Client Library for 'Wikidata Query Service'
Version: 1.0.0
Date: 2020-07-27
Authors@R: c(
person("Mikhail", "Popov", email = "mikhail@wikimedia.org",
role = c("aut", "cre"), comment = "@bearloga on Twitter"),
person("Wikimedia Foundation", role = "cph")
)
Description: An API client for the 'Wikidata Query Service'
<https://query.wikidata.org/>.
Depends:
R (>= 3.1.2)
Imports:
httr (>= 1.2.1),
dplyr (>= 1.0.0),
jsonlite (>= 1.2),
WikipediR (>= 1.5.0),
ratelimitr (>= 0.4.1),
purrr (>= 0.3.4),
readr (>= 1.3.1),
rex (>= 1.2.0)
Suggests:
testthat (>= 2.3.0),
lintr (>= 2.0.1)
URL: https://github.com/wikimedia/WikidataQueryServiceR
BugReports: https://github.com/wikimedia/WikidataQueryServiceR/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1