-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.16 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
Package: usfootballR
Title: Access MLS and NWSL Play-by-Play Data
Version: 0.0.1
Authors@R: c(person('Saiem', 'Gilani', email = 'saiem.gilani@gmail.com',role = c('aut','cre')))
Description: A utility for working with American soccer data. A scraping and aggregating interface for ESPN's <https://www.espn.com> MLS and NWSL statistics.
License: MIT + file LICENSE
LazyData: true
URL: https://usfootballR.sportsdataverse.org/, https://github.com/sportsdataverse/usfootballR
BugReports: https://github.com/sportsdataverse/usfootballR/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports:
data.table (>= 1.14.0),
dplyr,
furrr,
future,
glue,
janitor,
jsonlite,
magrittr,
progressr (>= 0.6.0),
Rcpp (>= 1.0.7),
RcppParallel (>= 5.1.4),
rlang (>= 0.4.0),
rvest (>= 1.0.0),
stringr (>= 1.3.0),
tidyr (>= 1.0.0),
usethis (>= 1.6.0)
Suggests:
crayon (>= 1.3.4),
curl,
DBI,
ggplot2,
ggrepel,
httr (>= 0.5),
purrr (>= 0.3.0),
rmarkdown,
RSQLite,
stats,
stringi,
testthat,
tibble (>= 3.0),
xml2 (>= 1.3)
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3