-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
47 lines (47 loc) · 1.02 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
Package: hockeyR
Title: Collect and Clean Hockey Stats
Version: 1.4.1
Authors@R:
person(given = "Daniel",
family = "Morse",
role = c("aut", "cre"),
email = "[email protected]")
Description: Various functions to scrape hockey play-by-play data from the
<https://www.nhl.com/>. It also contains functions to scrape data from <https://www.hockey-reference.com/>,
including standings, player stats, and jersey number history.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/danmorse314/hockeyR
BugReports: https://github.com/danmorse314/hockeyR/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
glue,
httr,
janitor,
jsonlite,
magrittr,
lubridate,
purrr,
rvest,
stringr,
tidyr,
tidyselect,
utils,
zoo,
stats,
xgboost,
padr
Suggests:
ggimage,
ggplot2,
ggrepel,
knitr,
rmarkdown,
scales,
sportyR
VignetteBuilder: knitr