Skip to content

Commit a9a06c7

Browse files
authored
Merge pull request #188 from mrcaseb/cran-update
Cran update v4.0.0
2 parents 8f3da69 + 65a2bb4 commit a9a06c7

8 files changed

+64
-55
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
^CRAN-RELEASE$
2222
^man/figures/readme-cp-model-1\.png$
2323
^man/figures/readme-epa-model-1\.png$
24+
^revdep$

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ vignettes/*.pdf
2929
.DS_Store
3030
docs
3131
inst/doc
32+
revdep

CRAN-RELEASE

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

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

NEWS.md

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

33
## Breaking changes
44

README.Rmd

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ knitr::opts_chunk$set(
2020
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/nflfastR)](https://CRAN.R-project.org/package=nflfastR)
2121
[![Travis build status](https://travis-ci.com/mrcaseb/nflfastR.svg?branch=master)](https://travis-ci.com/mrcaseb/nflfastR)
2222
[![R build status](https://github.com/mrcaseb/nflfastR/workflows/R-CMD-check/badge.svg)](https://github.com/mrcaseb/nflfastR/actions)
23-
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/5Er2FBnnQa)
24-
[![Twitter Follow](https://img.shields.io/twitter/follow/nflfastR.svg?style=social)](https://twitter.com/nflfastR)
23+
[![Discord Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.com/invite/5Er2FBnnQa)
24+
<!-- [![Twitter Follow](https://img.shields.io/twitter/follow/nflfastR.svg?style=social)](https://twitter.com/nflfastR) -->
2525
<!-- ![GitHub release (latest by date)](https://img.shields.io/github/v/release/mrcaseb/nflfastR?label=development%20version) -->
2626
<!-- badges: end -->
2727

@@ -148,11 +148,11 @@ knitr::include_graphics('https://github.com/mrcaseb/nflfastR/raw/master/man/figu
148148

149149
## Special thanks
150150

151-
* To [Nick Shoemaker](https://twitter.com/WeightRoomShoe) for [finding and making available JSON-formatted NFL play-by-play back to 1999](https://github.com/CroppedClamp/nfl_pbps) (`nflfastR` uses this source for 1999 and 2000 and previously also used it for 2001-2010)
152-
* To [Lau Sze Yui](https://twitter.com/903124S) for developing a scraping function to access JSON-formatted NFL play-by-play beginning in 2001.
153-
* To [Lee Sharpe](https://twitter.com/LeeSharpeNFL) for curating a resource for game information
154-
* To [Timo Riske](https://twitter.com/PFF_Moo), [Lau Sze Yui](https://twitter.com/903124S), [Sean Clement](https://twitter.com/SeanfromSeabeck), and [Daniel Houston](https://twitter.com/CowboysStats) for many helpful discussions regarding the development of the new `nflfastR` models
155-
* To [Zach Feldman](https://twitter.com/ZachFeldman3) and [Josh Hermsmeyer](https://twitter.com/friscojosh) for many helpful discussions about CPOE models as well as [Peter Owen](https://twitter.com/JSmoovesBrekkie) for [many helpful suggestions for the CP model](https://twitter.com/JSmoovesBrekkie/status/1268885950626623490)
156-
* To [Florian Schmitt](https://twitter.com/Flosch1006) for the logo design
151+
* To Nick Shoemaker for [finding and making available JSON-formatted NFL play-by-play back to 1999](https://github.com/CroppedClamp/nfl_pbps) (`nflfastR` uses this source for 1999 and 2000 and previously also used it for 2001-2010)
152+
* To Lau Sze Yui for developing a scraping function to access JSON-formatted NFL play-by-play beginning in 2001.
153+
* To Lee Sharpe for curating a resource for game information
154+
* To Timo Riske, Lau Sze Yui, Sean Clement, and Daniel Houston for many helpful discussions regarding the development of the new `nflfastR` models
155+
* To Zach Feldman and Josh Hermsmeyer for many helpful discussions about CPOE models as well as Peter Owen for many helpful suggestions for the CP model
156+
* To Florian Schmitt for the logo design
157157
* The many users who found and reported bugs in `nflfastR` 1.0
158158
* And of course, the original [`nflscrapR`](https://github.com/maksimhorowitz/nflscrapR) team, Maksim Horowitz, Ronald Yurko, and Samuel Ventura, whose work represented a dramatic step forward for the state of public NFL research

README.md

+14-23
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ status](https://travis-ci.com/mrcaseb/nflfastR.svg?branch=master)](https://travi
1414
[![R build
1515
status](https://github.com/mrcaseb/nflfastR/workflows/R-CMD-check/badge.svg)](https://github.com/mrcaseb/nflfastR/actions)
1616
[![Discord
17-
Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.gg/5Er2FBnnQa)
18-
[![Twitter
19-
Follow](https://img.shields.io/twitter/follow/nflfastR.svg?style=social)](https://twitter.com/nflfastR)
17+
Chat](https://img.shields.io/discord/308323056592486420.svg)](https://discord.com/invite/5Er2FBnnQa)
18+
<!-- [![Twitter Follow](https://img.shields.io/twitter/follow/nflfastR.svg?style=social)](https://twitter.com/nflfastR) -->
2019
<!-- ![GitHub release (latest by date)](https://img.shields.io/github/v/release/mrcaseb/nflfastR?label=development%20version) -->
2120
<!-- badges: end -->
2221

@@ -114,29 +113,21 @@ incorporating the pre-game spread.
114113

115114
## Special thanks
116115

117-
- To [Nick Shoemaker](https://twitter.com/WeightRoomShoe) for [finding
118-
and making available JSON-formatted NFL play-by-play back to
116+
- To Nick Shoemaker for [finding and making available JSON-formatted
117+
NFL play-by-play back to
119118
1999](https://github.com/CroppedClamp/nfl_pbps) (`nflfastR` uses
120119
this source for 1999 and 2000 and previously also used it for
121120
2001-2010)
122-
- To [Lau Sze Yui](https://twitter.com/903124S) for developing a
123-
scraping function to access JSON-formatted NFL play-by-play
124-
beginning in 2001.
125-
- To [Lee Sharpe](https://twitter.com/LeeSharpeNFL) for curating a
126-
resource for game information
127-
- To [Timo Riske](https://twitter.com/PFF_Moo), [Lau Sze
128-
Yui](https://twitter.com/903124S), [Sean
129-
Clement](https://twitter.com/SeanfromSeabeck), and [Daniel
130-
Houston](https://twitter.com/CowboysStats) for many helpful
131-
discussions regarding the development of the new `nflfastR` models
132-
- To [Zach Feldman](https://twitter.com/ZachFeldman3) and [Josh
133-
Hermsmeyer](https://twitter.com/friscojosh) for many helpful
134-
discussions about CPOE models as well as [Peter
135-
Owen](https://twitter.com/JSmoovesBrekkie) for [many helpful
136-
suggestions for the CP
137-
model](https://twitter.com/JSmoovesBrekkie/status/1268885950626623490)
138-
- To [Florian Schmitt](https://twitter.com/Flosch1006) for the logo
139-
design
121+
- To Lau Sze Yui for developing a scraping function to access
122+
JSON-formatted NFL play-by-play beginning in 2001.
123+
- To Lee Sharpe for curating a resource for game information
124+
- To Timo Riske, Lau Sze Yui, Sean Clement, and Daniel Houston for
125+
many helpful discussions regarding the development of the new
126+
`nflfastR` models
127+
- To Zach Feldman and Josh Hermsmeyer for many helpful discussions
128+
about CPOE models as well as Peter Owen for many helpful suggestions
129+
for the CP model
130+
- To Florian Schmitt for the logo design
140131
- The many users who found and reported bugs in `nflfastR` 1.0
141132
- And of course, the original
142133
[`nflscrapR`](https://github.com/maksimhorowitz/nflscrapR) team,

cran-comments.md

+36-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,46 @@
11
## Release summary
22

3-
This is a minor release that
4-
* adds a variable to an included data frame and
5-
* fixes some minor bugs.
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
9+
* 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.
613

714
## Test environments
815

9-
* local R installation, R 4.0.2
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 6 with Redhat Developer Toolset, 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 16.04 LTS, R-devel, GCC
21-
* Ubuntu Linux 16.04 LTS, R-release, GCC
22-
* Ubuntu Linux 16.04 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-
* Linux (Xenial) (on travis-ci), R Versions oldrel, release, devel
16+
* local R installation, R 4.0.3
17+
* Debian Linux, R-devel, clang, ISO-8859-15 locale
18+
* Debian Linux, R-devel, GCC
19+
* Debian Linux, R-devel, GCC, no long double
20+
* Debian Linux, R-patched, GCC
21+
* Debian Linux, R-release, GCC
22+
* Fedora Linux, R-devel, clang, gfortran
23+
* Fedora Linux, R-devel, GCC
24+
* CentOS 8, stock R from EPEL
25+
* macOS 10.13.6 High Sierra, R-release, brew
26+
* macOS 10.13.6 High Sierra, R-release, CRAN's setup
27+
* Ubuntu Linux 20.04.1 LTS, R-devel, GCC
28+
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
29+
* Ubuntu Linux 20.04.1 LTS, R-devel with rchk
30+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
31+
* Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit
32+
* Windows Server 2008 R2 SP1, R-patched, 32/64 bit
33+
* Windows Server 2008 R2 SP1, R-release, 32/64 bit
2834
* win-builder (devel)
2935

3036
## R CMD check results
3137

3238
0 errors | 0 warnings | 0 notes
39+
40+
## revdepcheck results
41+
42+
We checked 0 reverse dependencies, comparing R CMD check results across
43+
CRAN and dev versions of this package.
44+
45+
* We saw 0 new problems
46+
* We failed to check 0 packages

0 commit comments

Comments
 (0)