-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NBA Stats API (#20) * utils nba stats * update readme to exclude current issues * Add nba_stats functions nba_boxscore.R : - nba_boxscoretraditionalv2 - nba_boxscoreadvancedv2 - nba_boxscoreefensive - nba_boxscorefourfactorsv2 - nba_boxscoremiscv2 - nba_boxscorescoringv2 - nba_boxscoreusagev2 - nba_boxscoresummaryv2 - nba_boxscorematchups - nba_boxscoreplayertrackv2 - nba_boxscoresimilarityscore - nba_cumestatsteamgames - nba_cumestatsteam - nba_cumestatsplayergames - nba_cumestatsplayer - nba_franchisehistory - nba_franchiseplayers - nba_franchiseleaders - nba_alltimeleadersgrids - nba_assistleaders - nba_assisttracker - nba_commonallplayers - nba_commonplayerinfo - nba_commonplayoffseries - nba_commonteamroster - nba_commonteamyears - nba_pbp (v1 and v2) - nba_schedule (full season) * Update espn_mbb_data.R * add documentation and remaining nba functions * documentation errors * add to function reference * Update NEWS.md * Update CHANGELOG.md * update description and readme
- Loading branch information
1 parent
d93d481
commit 7e6743f
Showing
159 changed files
with
19,434 additions
and
59 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 |
---|---|---|
|
@@ -18,4 +18,6 @@ nba_pbp_db | |
mbb_pbp_db | ||
^md$ | ||
^website$ | ||
^website/* | ||
^website/* | ||
^docs$ | ||
^docs/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,7 @@ jobs: | |
|
||
- name: Install package | ||
run: R CMD INSTALL . | ||
- name: Render README | ||
run: Rscript -e 'rmarkdown::render("README.Rmd")' | ||
- name: Commit (amend) results of README | ||
run: | | ||
git add README.md | ||
git commit -m "Rebuild README.md" || echo "No changes to commit" | ||
git push origin --force || echo "No changes to commit" | ||
|
||
- name: Deploy package | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
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 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
Oops, something went wrong.
7e6743f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: