-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1019 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
33
34
35
Package: gamezoneR
Type: Package
Title: A Scraping Interface for STATS LLC GameZone College Basketball Data
Version: 0.1.1
Authors@R: person('Jack', 'Lichtenstein', email = '[email protected]', role = c('aut','cre'))
Maintainer: Jack Lichtenstein <[email protected]>
Description: An R package for working with NCAA Men's Basketball play-by-play data
from http: //gamezone.stats.com/.
The package allows users to scrape team and master schedules as well as
play-by-play data with shot locations into a tidy format.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
URL: https://jacklich10.github.io/gamezoneR (website) https://www.github.com/JackLich10/gamezoneR (devel)
BugReports: https://www.github.com/JackLich10/gamezoneR/issues
Depends:
R (>= 4.0)
Imports:
dplyr,
furrr,
future,
ggplot2,
janitor,
jsonlite,
magrittr,
progressr (>= 0.6.0),
rlang,
rvest,
stringr,
tibble,
tidyr,
usethis,
purrr,
xml2
RoxygenNote: 7.1.2