Package: baseballr
Title: Acquiring and Analyzing Baseball Data
Version: 2.0.0
Authors@R: c(
person("Bill", "Petti", , "billpetti@gmail.com", role = "aut"),
person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7194-9067")),
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'
, 'FanGraphs'
, and the 'MLB Stats' API
.
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.1.0)
Imports: cli (>= 3.4.1), data.table (>= 1.14.0), dplyr (>= 1.0.10),
ggplot2, glue, httr2 (>= 1.0.0), janitor, jsonlite, lubridate,
magrittr, purrr (>= 1.0.0), Rcpp, RcppParallel, rlang (>=
1.0.4), rvest (>= 1.0.0), stringr (>= 1.5.0), tibble (>= 3.0),
tidyr (>= 1.0.0)
Suggests: chromote, crayon (>= 1.3.4), curl, DBI, furrr, future,
ggrepel, knitr, pak, progressr (>= 0.6.0), reshape2, rmarkdown,
RSQLite, scales, stats, stringi, testthat, usethis (>= 1.6.0),
xml2 (>= 1.3), zoo
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/pak/sysreqs: make libicu-dev libxml2-dev libssl-dev
Repository: https://billpetti.r-universe.dev
Date/Publication: 2026-06-24 01:56:15 UTC
RemoteUrl: https://github.com/billpetti/baseballr
RemoteRef: HEAD
RemoteSha: 61718c053ef51402601758df9d98402432986b23
NeedsCompilation: no
Packaged: 2026-06-24 02:58:43 UTC; root
Author: Bill Petti [aut],
Saiem Gilani [aut, cre] (ORCID:
),
Ben Baumer [ctb],
Ben Dilday [ctb],
Robert Frey [ctb],
Camden Kay [ctb]
Maintainer: Saiem Gilani