-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
33 lines (33 loc) · 1.04 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
Package: teamcolors
Type: Package
Title: Color Palettes for Pro Sports Teams
Version: 0.0.4.9002
Authors@R: c(
person("Benjamin S.", "Baumer", email = "[email protected]", role = c("aut", "cre")),
person("Gregory J.", "Matthews", email = "[email protected]", role = c("aut")),
person("Luke", "Benz", role = c("ctb")),
person("Arielle", "Dror", role = c("ctb")),
person("Clara", "Rosenberg", role = c("ctb")),
person("Paige", "Patrick", role = c("ctb")),
person("Allan", "Butler", role = c("ctb")),
person("Martin", "Lefebvre", role = c("ctb"))
)
Description: Provides color palettes corresponding to professional and amateur,
sports teams. These can be useful in creating data graphics that are themed
for particular teams.
Depends:
R (>= 3.5)
Imports:
dplyr,
ggplot2,
tibble,
tidyr
Suggests:
Lahman,
testthat (>= 2.1.0)
License: GPL
Encoding: UTF-8
LazyData: true
URL: http://github.com/beanumber/teamcolors
BugReports: https://github.com/beanumber/teamcolors/issues
RoxygenNote: 7.2.3