-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
28 lines (28 loc) · 941 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
Package: stockfish
Title: Analyze Chess Games with the 'Stockfish' Engine
Version: 1.0.0.9000
Authors@R: c(
person("Caio", "Lente", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8473-069X")),
person("Tord", "Romstad", role = "ctb"),
person("Marco", "Costalba", role = "ctb"),
person("Joona", "Kiiski", role = "ctb"),
person("Gary", "Linscott", role = "ctb")
)
Description: An implementation of the UCI open communication protocol that
ships with 'Stockfish' <https://stockfishchess.org/>, a very popular,
open source, powerful chess engine written in C++.
License: GPL (>= 3)
URL: https://github.com/curso-r/stockfish
BugReports: https://github.com/curso-r/stockfish/issues
Imports:
processx,
R6
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
SystemRequirements: C++17