-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.79 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.79 KB
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
Package: Lahman
Type: Package
Title: Sean 'Lahman' Baseball Database
Version: 14.0-0
Date: 2026-02-11
Authors@R: c(person(given = "Michael", family = "Friendly", role="aut", email="friendly@yorku.ca"),
person(given ="Chris", family = "Dalzell", role=c("cre","aut"), email="cdalzell@gmail.com"),
person(given ="Martin", family = "Monkman", role="aut"),
person(given= "Dennis", family = "Murphy", role="aut"),
person(given ="Vanessa", family = "Foot", role="ctb"),
person(given = "Justeena", family = "Zaki-Azat", role="ctb"),
person(given = "Daniel J", family = "Eck", role="ctb", email="dje13@illinois.edu"),
person(given = "Sean", family = "Lahman", role="cph")
)
Author: Michael Friendly [aut], Chris Dalzell [cre, aut], Martin Monkman [aut], Dennis Murphy [aut],
Vanessa Foot [ctb], Justeena Zaki-Azat [ctb], Daniel J Eck [ctb], Sean Lahman [cph]
Maintainer: Chris Dalzell <cdalzell@gmail.com>
Description: Provides the tables from the 'Sean Lahman Baseball Database' as
a set of R data.frames. It uses the data on pitching, hitting and fielding
performance and other tables from 1871 through 2025, as recorded in the 2026
version of the database. Documentation examples show how many baseball
questions can be investigated.
Language: en-US
Depends:
R (>= 3.5.0)
Suggests:
lattice,
ggplot2,
googleVis,
data.table,
vcd,
reshape2,
tidyr,
knitr,
rmarkdown,
car,
plyr,
tidyverse
Imports:
dplyr
Encoding: UTF-8
License: GPL
URL: https://cdalzell.github.io/Lahman/, https://CRAN.R-project.org/package=Lahman
LazyLoad: yes
LazyData: yes
LazyDataCompression: xz
BugReports: https://github.com/cdalzell/Lahman/issues
Repository: CRAN
NeedsCompilation: no
RoxygenNote: 7.3.3
VignetteBuilder: knitr