forked from beanumber/openWAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.85 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: openWAR
Type: Package
Title: Machinery for Analyzing Baseball Data and Computing WAR
Version: 0.2.3.9002
Date: 2013-07-31
Authors@R: c(
person("Ben", "Baumer", email = "[email protected]", role = c("aut", "cre")),
person("Gregory", "Matthews", email = "[email protected]", role = c("aut")),
person("Kris", "Eberwein", role = c("ctb")),
person("David", "Mitchell", role = c("ctb")))
Maintainer: Ben Baumer <[email protected]>
Description: There are two primary purposes this package serves: 1) it
facilitates the computation of openWAR, a fully open-source implementation of
Wins Above Replacement (WAR) that could serve as a reference implementation
for the sabermetric community; and 2) it downloads raw XML files from the
MLBAM GameDay web application and processes them into play-by-play data in a
tabular format. This play-by-play information is similar in spirit, though not
in syntax, to play-by-play data made available by Retrosheet. Those interested
in the modeling choices that we have made in our computation of openWAR
should consult our JQAS or arXiv paper on that subject. This implementation
of openWAR includes functions for constructing interval estimates of WAR for
each player, as well as comparing openWAR point estimates to those of Baseball-
Reference.com's rWAR.
Depends:
R (>= 3.0.0)
Imports:
mosaic,
xml2,
RCurl,
dplyr,
stringr,
methods,
xslt,
magrittr,
Hmisc,
tidyr,
readr,
KernSmooth,
RColorBrewer,
lattice
Suggests:
openWARData,
rmarkdown,
Lahman,
testthat,
knitr
SystemRequirements: libxslt1-dev | libxslt1.1 | libxml2 | libxml2-dev
License: GPL (>=2)
URL: https://github.com/beanumber/openWAR
BugReports: https://github.com/beanumber/openWAR/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1