Package: stockfish
Title: Analyze Chess Games with the 'Stockfish' Engine
Version: 0.1.1
Authors@R: 
    person(given = "C.",
           family = "Lente",
           role = c("aut", "cre"),
           email = "clente@curso-r.com")
Description: An implementation of the UCI open communication protocol that ships
    with 'Stockfish 11' <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
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11, and GCC or clang
NeedsCompilation: yes
Packaged: 2021-03-23 20:13:55 UTC; clente
Author: C. Lente [aut, cre]
Maintainer: C. Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2021-03-26 13:50:02 UTC
