Skip to content

Commit

Permalink
Merge pull request #141 from mrcaseb/cran-update
Browse files Browse the repository at this point in the history
CRAN v3.2.0
  • Loading branch information
mrcaseb authored Nov 20, 2020
2 parents 341cc3d + 7455e89 commit 8ae4309
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
9 changes: 1 addition & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ae4309

Please sign in to comment.