Package: baseballr
Title: Acquiring and Analyzing Baseball Data
Version: 1.6.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"),
    person("Camden", "Kay", , "camden.kay23@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.4.1), data.table (>= 1.14.0), dplyr (>= 1.0.10),
        ggplot2, glue, httr (>= 0.5), janitor, jsonlite, lubridate,
        magrittr, purrr (>= 1.0.0), Rcpp, RcppParallel, rlang (>=
        1.0.4), 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, progressr (>= 0.6.0), qs (>= 0.25.1), reshape2,
        rmarkdown, RSQLite, scales, stringi, stats, testthat, usethis
        (>= 1.6.0), xml2 (>= 1.3), zoo
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-01-15 11:27:11 UTC; saiem
Author: Bill Petti [aut],
  Saiem Gilani [aut, cre],
  Ben Baumer [ctb],
  Ben Dilday [ctb],
  Robert Frey [ctb],
  Camden Kay [ctb]
Maintainer: Saiem Gilani <saiem.gilani@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-16 12:50:02 UTC
Built: R 4.2.3; ; 2024-01-16 15:20:02 UTC; unix
