-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.21 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
49
50
Package: tidywikidatar
Title: Explore 'Wikidata' Through Tidy Data Frames
Version: 0.5.9.9000
Authors@R:
c(person(given = "Giorgio",
family = "Comai",
role = c("aut", "cre", "cph"),
email = "giorgio.comai@cci.tn.it",
comment = c(ORCID = "0000-0002-0515-9542")),
person(given = "EDJNet",
role = "fnd"))
Description: Query 'Wikidata' API <https://www.wikidata.org/wiki/Wikidata:Main_Page> with ease, get tidy data frames in response, and cache data in a local database.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
magrittr,
dplyr (>= 1.1.0),
tidyr,
WikidataR,
stringr,
glue,
DBI,
RSQLite,
tibble,
purrr,
cli,
WikidataQueryServiceR,
fs,
rlang (>= 0.1.2),
progress,
jsonlite,
pool,
vctrs,
httr2
Suggests:
spelling,
testthat (>= 3.0.0),
knitr,
rmarkdown,
odbc
Config/testthat/edition: 3
Language: en-US
URL: https://edjnet.github.io/tidywikidatar/, https://github.com/EDJNet/tidywikidatar
BugReports: https://github.com/EDJNet/tidywikidatar/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true