Skip to content

Commit 1f6c39d

Browse files
authored
Merge pull request #256 from nflverse/cran-v420
Prepare release of v4.2.0
2 parents f5fce23 + 0b88990 commit 1f6c39d

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

CRAN-RELEASE

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This package was submitted to CRAN on 2021-08-03.
2+
Once it is accepted, delete this file and tag the release (commit 1038c01).

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: nflfastR
33
Title: Functions to Efficiently Access NFL Play by Play Data
4-
Version: 4.1.0.9008
4+
Version: 4.2.0
55
Authors@R:
66
c(person(given = "Sebastian",
77
family = "Carl",
@@ -65,7 +65,7 @@ Suggests:
6565
httr,
6666
jsonlite,
6767
purrr (>= 0.3.0),
68-
qs (>= 0.23.5),
68+
qs (>= 0.25.1),
6969
rmarkdown,
7070
RSQLite,
7171
testthat

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nflfastR (development version)
1+
# nflfastR 4.2.0
22

33
* All `wpa` variables are `NA` on end game line
44
* All `wp` variables are 0, 0.5, 1, or `NA` on end game line

cran-comments.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
## Release summary
22

3-
This is a major release that
4-
* deprecates function arguments
5-
* adds a new exported function
6-
* cleans the source
7-
* removes models from sysdata
8-
* add new exported data
3+
This is a minor release that
94
* fixes bugs
10-
11-
The latest internal test on CRAN were failing due to changes in the infrastructure
12-
the package is depending on. We made sure this won't happen in the future.
5+
* fixes a broken example
136

147
## Test environments
158

16-
* local R installation, R 4.0.4
9+
* local R installation, R 4.1.0
1710
* Debian Linux, R-devel, clang, ISO-8859-15 locale
1811
* Debian Linux, R-devel, GCC
1912
* Debian Linux, R-devel, GCC, no long double

0 commit comments

Comments
 (0)