This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
45 lines (45 loc) · 1.57 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
Package: cfbscrapR
Title: A Scraping and Aggregating Interface to the CollegeFootballData API
Version: 1.0.5
Authors@R: c(person('Saiem', 'Gilani', email = '[email protected]', role = c('aut','cre')),
person('Meyappan', 'Subbaiah', email = '[email protected]', role = c('aut')),
person('Jared','Lee', email = '[email protected]', role = c('aut')),
person('Parker', 'Fleming', email = '[email protected]', role = c('aut')),
person('Nate','Manzo', email = '[email protected]', role = c('ctb')),
person('Michael','Egle', email = '[email protected]', role = c('ctb')),
person('Eric','Hess', email = '[email protected]', role = c('ctb'))
)
Description: An R package for working with College Football Data. It is an R API wrapper around <https://collegefootballdata.com/> made available by the cfbscrapR team. It provides users the capability to access a plethora of endpoints, and supplement that data with additional information (Expected Points Added/Win Probability added).
Depends: R (>= 2.10)
Imports:
dplyr,
ggplot2,
ggrepel,
tidyr,
stringr,
stringi,
attempt,
assertthat,
httr,
jsonlite,
nnet,
mgcv (>= 1.8-33),
purrr,
stats,
utils,
curl,
rlang,
tibble,
geosphere,
glue,
maps,
janitor
URL: http://www.github.com/saiemgilani/cfbscrapR
BugReports: http://www.github.com/saiemgilani/cfbscrapR/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
covr