-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
40 lines (40 loc) · 966 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
33
34
35
36
37
38
39
40
Package: chess
Title: Read, Write, Create and Explore Chess Games
Version: 1.0.1.9000
Authors@R:
person(given = "C.",
family = "Lente",
role = c("aut", "cre"),
email = "[email protected]")
Description: This is an opinionated wrapper around the
python-chess package. It allows users to read and write PGN files as
well as create and explore game trees such as the ones seen in chess
books.
License: GPL-3
URL: https://github.com/curso-r/chess
BugReports: https://github.com/curso-r/chess/issues
Depends:
R (>= 2.10)
Imports:
cli,
magrittr,
purrr,
reticulate,
rsvg,
stockfish
Suggests:
covr,
graphics,
knitr,
png,
rmarkdown,
testthat
VignetteBuilder:
knitr
Config/reticulate: list( packages = list( list(package =
"python-chess", pip = TRUE) ) )
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1