-
Notifications
You must be signed in to change notification settings - Fork 62
/
DESCRIPTION
57 lines (57 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
Type: Package
Package: worldfootballR
Title: Extract and Clean World Football (Soccer) Data
Version: 0.6.6.0001
Authors@R: c(
person("Jason", "Zivkovic", , "jaseziv83@gmail.com", role = c("aut", "cre", "cph")),
person("Tony", "ElHabr", , "anthonyelhabr@gmail.com", role = "ctb"),
person(given = "Tan", family = "Ho", , "tan@tanho.ca", role = "ctb"),
person("Samuel","H", , "saintsbynumbers@gmail.com", role = "ctb")
)
Description: Allow users to obtain clean and tidy
football (soccer) game, team and player data. Data is collected from a
number of popular sites, including 'FBref',
transfer and valuations data from
'Transfermarkt'<https://www.transfermarkt.com/> and shooting location
and other match stats data from 'Understat'<https://understat.com/>.
It gives users the ability to access data more efficiently, rather than
having to export data tables to files before being able to complete their
analysis.
License: GPL-3
URL: https://github.com/JaseZiv/worldfootballR
BugReports: https://github.com/JaseZiv/worldfootballR/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr,
glue,
httr,
janitor,
jsonlite,
lubridate,
magrittr,
progress,
purrr,
qdapRegex,
readr,
rlang,
rstudioapi,
rvest (>= 1.0.4),
stats,
stringi,
stringr,
tidyr (>= 1.2.0),
tidyselect,
utils,
withr,
xml2,
tibble,
cli
Suggests:
chromote,
R6,
knitr,
rmarkdown,
testthat
Encoding: UTF-8
RoxygenNote: 7.2.3