Package: stockfish
Title: Analyze Chess Games with the 'Stockfish' Engine
Version: 0.1.3
Authors@R: 
    c(person(given = "Caio",
             family = "Lente",
             role = c("aut", "cre"),
             email = "clente@curso-r.com"),
      person(given = "Tord",
             family = "Romstad",
             role = "ctb"),
      person(given = "Marco",
             family = "Costalba",
             role = "ctb"),
      person(given = "Joona",
             family = "Kiiski",
             role = "ctb"),
      person(given = "Gary",
             family = "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
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2021-09-23 19:44:34 UTC; clente
Author: Caio Lente [aut, cre],
  Tord Romstad [ctb],
  Marco Costalba [ctb],
  Joona Kiiski [ctb],
  Gary Linscott [ctb]
Maintainer: Caio Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2021-09-27 14:10:02 UTC
