-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
22 lines (22 loc) · 982 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: wncaahoopR
Title: Scrapes Women's Basketball Play-by-Play Data from ESPN.com
Version: 0.1.0
Authors@R: c(person("Scott", "Nestler", email = "[email protected]", role = c("aut", "cre")),
person("Seth", "Berry", email = "[email protected]", role = "aut"),
person("Luke", "Benz", email = "[email protected]", role = "ctb"))
Maintainer: Scott Nestler <[email protected]>
Description: `wncaahoopR` is an R package for working with women's NCAA Basketball play-by-play (and other) data, primarily by scraping from ESPN, but in a different way than the `ncaahoopR` package from Luke Benz (lbenz730). This package has a single function for scraping data and then makes use of the resulting `pbp` object within R to produce charts similar to those in `ncaahoopR`.
Imports:
circlize,
dplyr,
grid,
ggplot2,
igraph,
magrittr,
rvest,
stringdist,
xml2
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2