Package: fitzRoy
Title: Easily Scrape and Process AFL Data
Version: 1.0.0
Authors@R: 
    c(person(given = "James",
             family = "Day",
             role = c("cre", "aut"),
             email = "jamesthomasday@gmail.com"),
      person(given = "Robert",
             family = "Nguyen",
             role = "aut",
             email = "nguyen.n.robert@gmail.com"),
      person(given = "Matthew",
             family = "Erbs",
             role = "ctb",
             email = "matthew.erbs@merbla.com"),
      person(given = "Oscar",
             family = "Lane",
             role = "aut",
             email = "lane.oscar@gmail.com"),
      person(given = "Jason",
             family = "Zivkovic",
             role = "ctb",
             email = "jaseziv83@gmail.com"))
Description: An easy package for scraping and processing Australia Rules Football (AFL)
    data. 'fitzRoy' provides a range of functions for accessing publicly available data 
    from 'AFL Tables' <https://afltables.com/afl/afl_index.html>, 'Footy Wire' <https://www.footywire.com> and
    'The Squiggle' <https://squiggle.com.au>. Further functions allow for easy processing, 
    cleaning and transformation of this data into formats that can be used for analysis. 
License: GPL-3
URL: https://jimmyday12.github.io/fitzRoy/,
        https://github.com/jimmyday12/fitzRoy
BugReports: https://github.com/jimmyday12/fitzRoy/issues
Depends: R (>= 3.5)
Imports: dplyr, httr, jsonlite, lubridate, magrittr, purrr, readr,
        rlang (>= 0.1.2), rvest, stringr (>= 1.3.0), tidyr (>= 1.0.0),
        tidyselect, xml2, tibble, progress, glue, cli
Suggests: covr, ggplot2, knitr, rmarkdown, testthat, roxygen2, elo,
        spelling, curl
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Language: en-GB
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: fetch-player-stats,
        fetch-player-stats-legacy, fetch*
NeedsCompilation: no
Packaged: 2021-03-15 23:49:03 UTC; jamesday
Author: James Day [cre, aut],
  Robert Nguyen [aut],
  Matthew Erbs [ctb],
  Oscar Lane [aut],
  Jason Zivkovic [ctb]
Maintainer: James Day <jamesthomasday@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-16 05:30:03 UTC
