-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
44 lines (44 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
Package: chessR
Type: Package
Title: Functions to Extract, Clean and Analyse Online Chess Game Data
Version: 1.5.5
Authors@R: c(person("Jason Zivkovic", email = "[email protected]",
role = c("aut", "cre")),
person("Jonathan", "Carroll",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1404-5264")),
person("Dan", "Wakeling",
email = "[email protected]",
role = "ctb")
)
URL: https://github.com/JaseZiv/chessR
BugReports: https://github.com/JaseZiv/chessR/issues
Description: A set of functions to enable users to extract chess game data from
popular chess sites, including 'Lichess'<https://lichess.org/> and
'Chess.com' <https://www.chess.com/> and then perform analysis on that game data.
License: GPL-3
Encoding: UTF-8
Imports:
rlang,
jsonlite,
dplyr,
purrr,
tidyr,
stringr,
lubridate,
magrittr,
xml2,
rvest,
curl,
httr
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
ggplot2,
testthat (>= 3.0.0),
covr,
chess
VignetteBuilder: knitr
Config/testthat/edition: 3