Package: retrosheet
Type: Package
Title: Import Professional Baseball Data from 'Retrosheet'
Version: 1.1.0
Authors@R: 
  c(person(given = "Colin",
           family = "Douglas",
           role = c("aut", "cre", "cph"),
           email = "colindouglas@gmail.com"),
    person(given = "Richard",
           family = "Scriven",
           role = c("aut", "cph"),
           email = "rmscriven@gmail.com"))
Date: 2019-12-19
Maintainer: Colin Douglas <colindouglas@gmail.com>
Description: A collection of tools to import and structure the (currently) single-season
    event, game-log, roster, and schedule data available from <http://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: http://github.com/colindouglas/retrosheet
Depends: R (>= 2.10)
License: GPL (>= 2)
Imports: xml2 (>= 1.2.2), data.table (>= 1.9.4), 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.0.2
Suggests: testthat (>= 2.1.0)
NeedsCompilation: no
Packaged: 2020-01-14 19:42:51 UTC; cdouglas
Author: Colin Douglas [aut, cre, cph],
  Richard Scriven [aut, cph]
Repository: CRAN
Date/Publication: 2020-01-15 00:20:03 UTC
