diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 00000000..957b6bc8 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2020-11-20. +Once it is accepted, delete this file and tag the release (commit 95ce0c9). diff --git a/DESCRIPTION b/DESCRIPTION index 424977e8..f8480a94 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: nflfastR Title: Functions to Efficiently Access NFL Play by Play Data -Version: 3.1.1.9004 +Version: 3.2.0 Authors@R: c(person(given = "Sebastian", family = "Carl", diff --git a/NEWS.md b/NEWS.md index d3a7b4e4..39b583f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,12 @@ -# nflfastR (development version) +# nflfastR 3.2.0 + +## Models * Performance update for win probability model with point spread (`vegas_wp`) * Added `yardline_100` as an input to both win probability models (not having it included was an oversight) + +## Minor improvements and fixes + * Fixed a bug where `series` was increased on PATs * Fixed a bug affecting the week 10 Raiders-Broncos game * Added the column `team_wordmark` - which contains URLs to the team's wordmarks - to the included data frame `?teams_colors_logos` diff --git a/R/sysdata.rda b/R/sysdata.rda index 20464e47..9e7bbdc3 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/cran-comments.md b/cran-comments.md index 73f510dc..8f8ceeb7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,7 @@ -## Resbumission - -This is a resubmission. The package URL in `DESCRIPTION` was updated as the -original Github URL is now being redirected. A similar adjustment of the URL was -also made in `man/clean_pbp.Rd` - ## Release summary This is a minor release that -* adds the new exported function `build_nflfastR_pbp()` -* adds two new dependencies `usethis` and `gsisdecoder` +* adds a variable to an included data frame and * fixes some minor bugs. ## Test environments