forked from Ironholds/WikidataR
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.66 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
38
39
40
41
42
43
44
45
46
47
48
Package: WikidataR
Type: Package
Title: Read-Write API Client Library for Wikidata
Version: 2.3.3
Date: 2021-11-16
Authors@R: c(
person("Thomas", "Shafee", role = c("aut", "cre"), email = "T.Shafee@latrobe.edu.au", comment = c(ORCID = "0000-0002-2298-7593")),
person("Os", "Keyes", role = "aut", comment = c(ORCID = "0000-0001-5196-609X")),
person("Serena", "Signorelli", role = "aut"),
person("Alex", "Lum", role = "ctb", comment = c(ORCID = "0000-0002-9295-9053")),
person("Christian", "Graul", role = "ctb"),
person("Mikhail", "Popov", role = "ctb", comment = c(ORCID = "0000-0003-0145-8948"))
)
Description: Read from, interrogate, and write to Wikidata <https://www.wikidata.org> -
the multilingual, interdisciplinary, semantic knowledgebase. Includes functions to:
read from Wikidata (single items, properties, or properties); query Wikidata (retrieving
all items that match a set of criteria via Wikidata SPARQL query service); write to
Wikidata (adding new items or statements via QuickStatements); and handle and manipulate
Wikidata objects (as lists and tibbles). Uses the Wikidata and QuickStatements APIs.
BugReports: https://github.com/TS404/WikidataR/issues
URL: https://github.com/TS404/WikidataR
License: MIT + file LICENSE
Imports:
httr,
jsonlite,
WikipediR,
WikidataQueryServiceR,
tibble,
dplyr,
stringr,
Hmisc,
progress,
pbapply,
stats,
readr,
crayon,
utils
Suggests:
markdown,
testthat,
tidyverse,
knitr,
pageviews,
spelling
RoxygenNote: 7.2.3
Encoding: UTF-8
Depends: R (>= 3.5.0)
Language: en-US