-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.17 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: ggshakeR
Title: Analytics and Visualization Package for Soccer Data
Version: 0.2.0.9002
Authors@R: c(
person(given = "Abhishek Amol",
family = "Mishra",
role = c("aut", "cre"),
email = "abhiamishra0@gmail.com"),
person(given = "Harsh", family = "Krishna",
role = c("aut")),
person(given = "Ryo", family = "Nakagawara",
role = c("aut"),
email = "ryonakagawara@gmail.com")
)
Description: ggshakeR is an analysis and visualization R package that works with publically available soccer data. The datasets (for now) include FBref, StatsBomb, and understat.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
tidyr,
magrittr,
dplyr,
ggplot2,
ggsoccer,
ggrepel,
ggtext,
TTR,
stringi,
purrr,
ggforce,
gridExtra
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr,
stats
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
URL: https://github.com/abhiamishra/ggshakeR,
https://abhiamishra.github.io/ggshakeR/
BugReports: https://github.com/abhiamishra/ggshakeR/issues
VignetteBuilder: knitr