Package: retrosheet
Type: Package
Title: Import Professional Baseball Data from 'Retrosheet'
Version: 1.1.6
Authors@R: 
  c(person(given = "Colin",
           family = "Douglas",
           role = c("aut", "cre", "cph"),
           email = "colin@douglas.science"),
    person(given = "Richard",
           family = "Scriven",
           role = c("aut", "cph"),
           email = "rmscriven@gmail.com"))
Date: 2024-02-27
Maintainer: Colin Douglas <colin@douglas.science>
Description: A collection of tools to import and structure the (currently) single-season
    event, game-log, roster, and schedule data available from <https://www.retrosheet.org>.
    In particular, the event (a.k.a. play-by-play) files can be especially difficult to parse.
    This package does the parsing on those files, returning the requested data in the most
    practical R structure to use for sabermetric or other analyses.
URL: https://github.com/colindouglas/retrosheet
Depends: R (>= 2.10)
License: GPL (>= 2)
Imports: xml2 (>= 1.2.2), stringi (>= 0.4-1), httr (>= 1.4.1), stringr
        (>= 1.4.0), rvest (>= 0.3.5)
Note: NOTICE regarding the transfer of data from Retrosheet: The
        information used here was obtained free of charge from and is
        copyrighted by Retrosheet. Interested parties may contact
        Retrosheet at "www.retrosheet.org".
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0), rmarkdown (>= 2.0.0)
NeedsCompilation: no
Packaged: 2024-02-27 22:31:16 UTC; colin
Author: Colin Douglas [aut, cre, cph],
  Richard Scriven [aut, cph]
Repository: CRAN
Date/Publication: 2024-02-28 08:10:02 UTC
Built: R 4.3.2; ; 2024-02-28 11:42:32 UTC; unix
