-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
38 lines (38 loc) · 878 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
36
37
38
Package: eurolig
Title: Extract and Analyze Euroleague Basketball Generated Data
Version: 0.4.0
Authors@R:
person(given = "Sergio",
family = "Olmos Pardo",
role = c("aut", "cre"),
email = "[email protected]")
Description: The eurolig package provides a set of tools to obtain and analyze
basketball generated data from the Euroleague. It uses Euroleague's API to
request the data and provides tools to produce commonly used
statistics and visualizations.
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
dplyr,
magrittr,
ggplot2,
httr,
jsonlite,
lubridate,
stringr,
igraph,
rvest,
tibble,
xml2,
rlang,
tidyr,
purrr,
assertthat
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr