-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from JaseZiv/fix-fb_league_stats-player
Improve reliability of `fb_league_stats(..., team_or_player = "player")`
- Loading branch information
Showing
5 changed files
with
29 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: worldfootballR | ||
Title: Extract and Clean World Football (Soccer) Data | ||
Version: 0.6.5.0008 | ||
Version: 0.6.6.0000 | ||
Authors@R: c( | ||
person("Jason", "Zivkovic", , "[email protected]", role = c("aut", "cre", "cph")), | ||
person("Tony", "ElHabr", , "[email protected]", role = "ctb"), | ||
|
@@ -13,14 +13,14 @@ Description: Allow users to obtain clean and tidy | |
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/>. | ||
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 | ||
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: | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
dplyr, | ||
|
@@ -36,7 +36,7 @@ Imports: | |
readr, | ||
rlang, | ||
rstudioapi, | ||
rvest (>= 1.0.0), | ||
rvest (>= 1.0.4), | ||
stats, | ||
stringi, | ||
stringr, | ||
|
@@ -47,7 +47,7 @@ Imports: | |
xml2, | ||
tibble, | ||
cli | ||
Suggests: | ||
Suggests: | ||
chromote, | ||
R6, | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters