forked from rmscriven/retrosheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (23 loc) · 1.1 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
Package: retrosheet
Type: Package
Title: Import Professional Baseball Data from 'Retrosheet'
Version: 1.0.2
Authors@R: person("Richard", "Scriven", email = "[email protected]", role = c("aut", "cre"))
Date: 2015-03-17
Maintainer: Richard Scriven <[email protected]>
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/rmscriven/retrosheet
Depends: R (>= 2.10)
License: GPL (>= 2)
Imports: RCurl (>= 1.95-4.5),
XML (>= 3.98-1.1),
data.table (>= 1.9.4),
stringi (>= 0.4-1)
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".