-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.68 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
54
55
56
57
58
Package: fastRhockey
Title: Functions to Access Professional Women's Hockey League and National Hockey League Play by Play Data
Version: 0.7.0
Authors@R: c(
person(given = "Ben", family = "Howell", email = "benhowell71@gmail.com", role = c("aut")),
person(given = "Saiem", family = "Gilani", email = "saiem.gilani@gmail.com", role = c("cre", "aut")),
person(given = "Alyssa", family = "Longmuir", email = "aklongmuir@gmail.com", role = c("ctb"))
)
Description: A utility to scrape and load play-by-play data
and statistics from the Professional Women's Hockey League <https://www.thepwhl.com/>, formerly
known as the Premier Hockey Federation (PHF) or National Women's Hockey League (NWHL). Additionally, allows access to the National Hockey League's
stats API <https://www.nhl.com/>.
License: MIT + file LICENSE
URL: https://fastRhockey.sportsdataverse.org/,
https://github.com/sportsdataverse/fastRhockey
BugReports: https://github.com/sportsdataverse/fastRhockey/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.4.1),
data.table (>= 1.14.0),
dplyr (>= 1.0.10),
glue,
httr (>= 0.5),
janitor,
jsonlite,
lubridate,
magrittr,
purrr (>= 1.0.0),
Rcpp,
RcppParallel,
rlang (>= 1.0.4),
rvest (>= 1.0.0),
stringr (>= 1.3.0),
tibble (>= 3.0),
tidyr (>= 1.0.0)
Suggests:
crayon (>= 1.3.4),
curl,
DBI,
furrr,
future,
ggplot2,
ggrepel,
progressr (>= 0.6.0),
qs (>= 0.25.1),
rmarkdown,
RSQLite,
stringi,
stats,
testthat,
usethis (>= 1.6.0),
xml2 (>= 1.3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
LazyData: true