Package: chessR
Type: Package
Title: Functions to Extract, Clean and Analyse Online Chess Game Data
Version: 1.5.0
Authors@R: c(person("Jason Zivkovic", email = "jase.ziv83@gmail.com",
                  role = c("aut", "cre")),
             person("Jonathan", "Carroll", 
                    email = "rpkg@jcarroll.com.au", 
                    role = "ctb", 
                    comment = c(ORCID = "0000-0002-1404-5264"))
            )
URL: https://github.com/JaseZiv/chessR
BugReports: https://github.com/JaseZiv/chessR/issues
Description: A set of functions to enable users to extract chess game data from 
    popular chess sites, including 'Lichess'<https://lichess.org/> and 
    'Chess.com' <https://www.chess.com/> and then perform analysis on that game data.
License: GPL-3
Encoding: UTF-8
Imports: rlang, jsonlite, dplyr, purrr, tidyr, stringr, lubridate,
        magrittr, xml2, rvest, curl
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, ggplot2, testthat (>= 3.0.0), covr, chess
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-20 03:40:19 UTC; zivkovij
Author: Jason Zivkovic [aut, cre],
  Jonathan Carroll [ctb] (<https://orcid.org/0000-0002-1404-5264>)
Maintainer: Jason Zivkovic <jase.ziv83@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-20 18:52:46 UTC
Built: R 4.0.5; ; 2022-01-25 03:30:14 UTC; unix
