-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (36 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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)