Package: chess
Title: Read, Write, Create and Explore Chess Games
Version: 1.0.1
Authors@R: 
    person(given = "C.",
           family = "Lente",
           role = c("aut", "cre"),
           email = "clente@curso-r.com")
Description: This is an opinionated wrapper around the
    python-chess package. It allows users to read and write PGN files as
    well as create and explore game trees such as the ones seen in chess
    books.
License: GPL-3
URL: https://github.com/curso-r/chess
BugReports: https://github.com/curso-r/chess/issues
Depends: R (>= 2.10)
Imports: cli, magrittr, purrr, reticulate, rsvg
Suggests: covr, graphics, knitr, png, rmarkdown, testthat
VignetteBuilder: knitr
Config/reticulate: list( packages = list( list(package =
        "python-chess", pip = TRUE) ) )
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-12-04 22:00:17 UTC; clente
Author: C. Lente [aut, cre]
Maintainer: C. Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2020-12-04 22:20:02 UTC
Built: R 4.3.0; ; 2023-07-11 23:24:05 UTC; unix
