Skip to content

Commit

Permalink
Prepare release of v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Aug 3, 2021
1 parent f5fce23 commit 1038c01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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: 4.1.0.9008
Version: 4.2.0
Authors@R:
c(person(given = "Sebastian",
family = "Carl",
Expand Down Expand Up @@ -65,7 +65,7 @@ Suggests:
httr,
jsonlite,
purrr (>= 0.3.0),
qs (>= 0.23.5),
qs (>= 0.25.1),
rmarkdown,
RSQLite,
testthat
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nflfastR (development version)
# nflfastR 4.2.0

* All `wpa` variables are `NA` on end game line
* All `wp` variables are 0, 0.5, 1, or `NA` on end game line
Expand Down
13 changes: 3 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
## Release summary

This is a major release that
* deprecates function arguments
* adds a new exported function
* cleans the source
* removes models from sysdata
* add new exported data
This is a minor release that
* fixes bugs

The latest internal test on CRAN were failing due to changes in the infrastructure
the package is depending on. We made sure this won't happen in the future.
* fixes a broken example

## Test environments

* local R installation, R 4.0.4
* local R installation, R 4.1.0
* Debian Linux, R-devel, clang, ISO-8859-15 locale
* Debian Linux, R-devel, GCC
* Debian Linux, R-devel, GCC, no long double
Expand Down

0 comments on commit 1038c01

Please sign in to comment.