-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 914 Bytes
/
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
Package: nfldatadashboard
Title: NFL Player Dashboard
Version: 0.2.0
Authors@R:
person(given = "Nicholas",
family = "Giangreco",
role = c("aut", "cre"),
email = "nick.giangreco@gmail.com")
Description: Quickly retrieves and interactively compares performance statistics for NFL players. Comparisons are targeted within quarterbacks, wide receivers, and running backs. The shiny dashboard allows for easy comparison of player's performance at each position over the season. Made as a hobby project to learn about NFL data.
License: MIT + file LICENSE
Imports:
config (>= 0.3.2),
golem (>= 0.4.1),
shiny (>= 1.8.0),
ggplot2,
ggiraph,
targets,
bslib (>= 0.6.1),
bsicons,
labelled,
nflreadr,
tibble,
tidyr,
forcats,
dplyr,
stringr,
purrr,
arrow,
data.table
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3