Skip to content

Commit 4b3229c

Browse files
authored
Merge pull request #292 from nflverse/release-v430
Release v430
2 parents 0f6b908 + 0842919 commit 4b3229c

File tree

6 files changed

+42
-31
lines changed

6 files changed

+42
-31
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-10-06.
2+
Once it is accepted, delete this file and tag the release (commit f21fd38).

DESCRIPTION

+1-1
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.2.0.9008
4+
Version: 4.3.0
55
Authors@R:
66
c(person(given = "Sebastian",
77
family = "Carl",

NEWS.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# nflfastR (development version)
1+
# nflfastR 4.3.0
22

3-
* Fixed a minor bug in the console output of `update_db()`
4-
* Add nflreadr to dependecies and drop lubridate and magrittr dependency
3+
## Minor Changes
4+
5+
* Add [nflreadr](https://nflreadr.nflverse.com/) to dependecies and drop lubridate and magrittr dependency
56
* The functions `load_pbp()` and `load_player_stats()` now call `nflreadr::load_pbp()` and `nflreadr::load_player_stats()` respectively. Therefore the argument `qs` has been deprecated in both functions. It will be removed in a future release. Running `load_player_stats()` without any argument will now return player stats of the current season only (the default in `nflreadr`).
67
* The deprecated arguments `source` and `pp` in the functions `fast_scraper_*()` and `build_nflfastR_pbp()` have been removed
78
* Added the variables `racr` ("Receiver Air Conversion Ratio"), `target_share`, `air_yards_share`, `wopr` ("Weighted Opportunity Rating") and `pacr` ("Passing Air Conversion Ratio") to the output of `calculate_player_stats()`
8-
* Fix for a handful of missing `receiver` names (#270)
99
* Added the function `report()` which will be used by the maintainers to help users debug their problems (#274).
10+
11+
## Bug Fixes
12+
13+
* Fixed a minor bug in the console output of `update_db()`
14+
* Fix for a handful of missing `receiver` names (#270)
1015
* Fixed bug with missing `return_team` on interception return touchdowns (#275)
1116
* Fixed a rare bug where an internal object wasn't predefined (#272)
1217

cran-comments.md

+3-23
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,9 @@
22

33
This is a minor release that
44
* fixes bugs
5-
* fixes a broken example
6-
7-
## Test environments
8-
9-
* local R installation, R 4.1.0
10-
* Debian Linux, R-devel, clang, ISO-8859-15 locale
11-
* Debian Linux, R-devel, GCC
12-
* Debian Linux, R-devel, GCC, no long double
13-
* Debian Linux, R-patched, GCC
14-
* Debian Linux, R-release, GCC
15-
* Fedora Linux, R-devel, clang, gfortran
16-
* Fedora Linux, R-devel, GCC
17-
* CentOS 8, stock R from EPEL
18-
* macOS 10.13.6 High Sierra, R-release, brew
19-
* macOS 10.13.6 High Sierra, R-release, CRAN's setup
20-
* Ubuntu Linux 20.04.1 LTS, R-devel, GCC
21-
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
22-
* Ubuntu Linux 20.04.1 LTS, R-devel with rchk
23-
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
24-
* Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit
25-
* Windows Server 2008 R2 SP1, R-patched, 32/64 bit
26-
* Windows Server 2008 R2 SP1, R-release, 32/64 bit
27-
* win-builder (devel)
5+
* removes deprecated arguments
6+
* changes some dependencies
7+
* adds a new function
288

299
## R CMD check results
3010

man/nflfastR-package.Rd

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown/_pkgdown.yml

+26-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ home:
4949
navbar:
5050
structure:
5151
left: [home, intro, reference, news, articles, tutorials]
52-
right: [data, stats, games, twitter, discord, github]
52+
right: [data, stats, games, twitter, discord, github, more]
5353
components:
5454
twitter:
5555
icon: "fab fa-twitter fa-lg"
@@ -80,6 +80,30 @@ navbar:
8080
href: https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/
8181
- text: Open Source Football
8282
href: https://www.opensourcefootball.com/
83+
more:
84+
text: "Packages & More"
85+
menu:
86+
- text: "nflverse Packages"
87+
- text: nflfastR
88+
href: https://www.nflfastr.com
89+
- text: nflseedR
90+
href: https://nflseedr.com
91+
- text: nfl4th
92+
href: https://www.nfl4th.com
93+
- text: nflreadr
94+
href: https://nflreadr.nflverse.com/
95+
- text: nflplotR
96+
href: https://nflplotr.nflverse.com/
97+
- text: "Open Source Football"
98+
href: https://www.opensourcefootball.com
99+
- text: "nflverse Data"
100+
- text: nflverse GitHub
101+
href: https://github.com/nflverse
102+
- text: espnscrapeR Package
103+
href: https://jthomasmock.github.io/espnscrapeR/
104+
- text: ffverse
105+
- text: "ffverse.com"
106+
href: https://www.ffverse.com
83107
reference:
84108
- title: Main Functions
85109
contents:
@@ -94,6 +118,7 @@ reference:
94118
- calculate_expected_points
95119
- calculate_win_probability
96120
- calculate_player_stats
121+
- report
97122
- title: Documentation
98123
contents:
99124
- nflfastR-package

0 commit comments

Comments
 (0)