Package: stockfish
Title: Analyze Chess Games with the Stockfish Engine
Version: 0.1.0
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, 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
NeedsCompilation: yes
Packaged: 2020-12-16 12:30:43 UTC; clente
Author: C. Lente [aut, cre]
Maintainer: C. Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2020-12-18 09:20:02 UTC
