Package: stockfish
Title: Analyze Chess Games with the 'Stockfish' Engine
Version: 1.0.0
Authors@R: c(
    person("Caio", "Lente", , "clente@curso-r.com", 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
RoxygenNote: 7.1.2
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2022-03-18 20:41:55 UTC; clente
Author: Caio Lente [aut, cre] (<https://orcid.org/0000-0001-8473-069X>),
  Tord Romstad [ctb],
  Marco Costalba [ctb],
  Joona Kiiski [ctb],
  Gary Linscott [ctb]
Maintainer: Caio Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2022-03-19 00:00:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-03-19 11:39:21 UTC; unix
