-
Notifications
You must be signed in to change notification settings - Fork 11
More receiving yards parsing cases #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ce4925f
add a receiving yardage case
akeaswaran 8aff7ef
docs: Created return tag for internal functions for CRAN
saiemgilani 6ad3e01
chore: Update drive and live play columns, fix tests
saiemgilani 467e1b6
feat: Enhance cfbd_play_stats_player output and docs
saiemgilani 8953e57
fix: Substitute timeouts in cfbd_pbp_data when missing
saiemgilani 61120cf
fix: Specify .groups argument in summarise call
saiemgilani 85f40d5
docs: Update cfbd_drives return documentation
saiemgilani 31d0871
fix: use `dplyr::distinct()` over `dplyr::distinct_all()` spacing and…
saiemgilani a78c607
add more cases
akeaswaran 221e0f7
Merge branch 'main' into AE/2025-receiving-yardage-parse-case
akeaswaran 9404f5b
not sure these are necessary but sure
akeaswaran 69b981c
matching parse logic
akeaswaran 33f86b4
chore: Fix argument order in expect_in for scoreboard tests
saiemgilani 142a7a0
fix: Skip games with insufficient plays in play-by-play data
saiemgilani dd8435a
chore: Bump version to 2.1.0 and update release notes
saiemgilani fad6fde
chore: Normalize column names and update tests
saiemgilani a5a83fb
Merge branch 'main' into AE/2025-receiving-yardage-parse-case
akeaswaran a4ff4e1
cleaning up play text before parsing
akeaswaran e745d39
run and rush cases separated
akeaswaran 4a58455
add prereq method just in case
akeaswaran f9704f9
fix tests
akeaswaran 08bfb33
chore: Update default season_type and week validation
saiemgilani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -58,6 +58,7 @@ Suggests: | |
| DBI, | ||
| ggplot2, | ||
| ggrepel, | ||
| patrick, | ||
| qs (>= 0.25.1), | ||
| rmarkdown, | ||
| RSQLite, | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,21 +1,21 @@ | ||
| Version: 1.0 | ||
| RestoreWorkspace: Default | ||
| SaveWorkspace: Default | ||
| AlwaysSaveHistory: Default | ||
| EnableCodeIndexing: Yes | ||
| UseSpacesForTab: Yes | ||
| NumSpacesForTab: 2 | ||
| Encoding: UTF-8 | ||
| RnwWeave: Sweave | ||
| LaTeX: pdfLaTeX | ||
| AutoAppendNewline: Yes | ||
| StripTrailingWhitespace: Yes | ||
| BuildType: Package | ||
| PackageUseDevtools: Yes | ||
| PackageInstallArgs: --no-multiarch --with-keep.source | ||
| PackageRoxygenize: rd,collate,namespace | ||
| Version: 1.0 | ||
|
|
||
| RestoreWorkspace: Default | ||
| SaveWorkspace: Default | ||
| AlwaysSaveHistory: Default | ||
|
|
||
| EnableCodeIndexing: Yes | ||
| UseSpacesForTab: Yes | ||
| NumSpacesForTab: 2 | ||
| Encoding: UTF-8 | ||
|
|
||
| RnwWeave: Sweave | ||
| LaTeX: pdfLaTeX | ||
|
|
||
| AutoAppendNewline: Yes | ||
| StripTrailingWhitespace: Yes | ||
|
|
||
| BuildType: Package | ||
| PackageUseDevtools: Yes | ||
| PackageInstallArgs: --no-multiarch --with-keep.source | ||
| PackageRoxygenize: rd,collate,namespace |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.