Package: hockeyR
Title: Collect and Clean Hockey Stats
Version: 0.1.0
Authors@R: 
    person(given = "Daniel",
           family = "Morse",
           role = c("aut", "cre"),
           email = "danmorse8642@gmail.com")
Description: Various functions to scrape hockey play-by-play data from the
    <https://www.nhl.com/>. It also contains functions to scrape data from <https://www.hockey-reference.com/>,
    including standings, player stats, and jersey number history.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/danmorse314/hockeyR
BugReports: https://github.com/danmorse314/hockeyR/issues
Depends: R (>= 4.1.0)
Imports: dplyr, glue, httr, janitor, jsonlite, lubridate, polite,
        purrr, rvest, stringr, tidyr, utils, zoo
Suggests: ggimage, ggplot2, ggrepel, knitr, rmarkdown, scales, sportyR
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-19 07:40:03 UTC; danmo
Author: Daniel Morse [aut, cre]
Maintainer: Daniel Morse <danmorse8642@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-20 15:00:02 UTC
