Package: baseballr
Title: Acquiring and Analyzing Baseball Data
Version: 1.2.0
Authors@R: c(
    person("Bill", "Petti", , "billpetti@gmail.com", role = "aut"),
    person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre")),
    person("Ben", "Baumer", , "ben.baumer@gmail.com", role = "ctb"),
    person("Ben", "Dilday", , "ben.dilday.phd@gmail.com", role = "ctb"),
    person("Robert", "Frey", , "rfrey22@gmail.com", role = "ctb")
  )
Description: Provides numerous utilities for acquiring and analyzing
    baseball data from online sources such as Baseball Reference <https://www.baseball-reference.com/>,
    FanGraphs <https://www.fangraphs.com/>, and the MLB Stats API <https://www.mlb.com/>.
License: MIT + file LICENSE
URL: https://billpetti.github.io/baseballr/,
        https://github.com/BillPetti/baseballr
BugReports: https://github.com/BillPetti/baseballr/issues
Depends: R (>= 4.0.0)
Imports: cli (>= 3.0.0), data.table (>= 1.14.0), dplyr, ggplot2, glue,
        httr (>= 0.5), janitor, jsonlite, lubridate, magrittr,
        progressr (>= 0.6.0), pitchRx, purrr (>= 0.3.0), Rcpp,
        RcppParallel, rlang (>= 0.4.0), rvest (>= 1.0.0), stringr (>=
        1.3.0), tibble (>= 3.0), tidyr (>= 1.0.0)
Suggests: crayon (>= 1.3.4), curl, DBI, furrr, future, ggrepel, knitr,
        pacman, qs (>= 0.25.1), reshape2, rmarkdown, RSQLite, stringi,
        stats, testthat, usethis (>= 1.6.0), xml2 (>= 1.3), zoo
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-04-21 20:03:56 UTC; saiem
Author: Bill Petti [aut],
  Saiem Gilani [aut, cre],
  Ben Baumer [ctb],
  Ben Dilday [ctb],
  Robert Frey [ctb]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-25 07:20:12 UTC
