-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.05 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
Package: wikkitidy
Title: Tidy Analysis of Wikipedia
Version: 0.1.13.9000
Authors@R:
person("Michael", "Falk", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9261-8390"))
Description: Access 'Wikipedia' through the several 'MediaWiki' APIs
(<https://www.mediawiki.org/wiki/API>), as well as through the
'XTools' API (<https://www.mediawiki.org/wiki/XTools/API>). Ensure
your API calls are correct, and receive results in tidy tibbles.
License: MIT + file LICENSE
URL: https://wikihistories.github.io/wikkitidy/, https://github.com/wikihistories/wikkitidy
BugReports: https://github.com/wikihistories/wikkitidy/issues
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
glue,
httr2,
lubridate,
magrittr,
openssl,
pillar,
purrr,
rlang (>= 0.4.11),
stringr,
tibble,
vctrs,
webfakes
Suggests:
covr,
igraph,
roxygen2,
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2