Skip to content

Commit

Permalink
Merge pull request #86 from nflverse/cran-1.1.3
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
tanho63 authored Jan 28, 2022
1 parent ddc2e6f commit 052f5d7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nflreadr
Title: Download 'nflverse' Data
Version: 1.1.2.07
Version: 1.1.3
Authors@R: c(
person("Tan", "Ho", , "tan@tanho.ca", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8388-5155")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# nflreadr (development version)
# nflreadr 1.1.3

This release adds functions and arguments to access new data, along with some backend changes.

## New data and functions

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@

## Reverse dependencies

Checked all four CRAN reverse dependencies (ffsimulator, ffscrapr, nflfastR, nfl4th) and all package checks passed with no new problems.
Checked all five CRAN reverse dependencies (ffsimulator, ffscrapr, nflfastR, nfl4th, nflplotR).
All package checks passed with no new problems.
2 changes: 1 addition & 1 deletion data-raw/dictionary_snap_counts.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
field,data_type,description
player,character,Player name
pfr_id,character,Player PFR ID
pfr_player_id,character,Player PFR ID
game_id,character,nflfastR game ID
pfr_game_id,character,PFR game ID
team,character,Team
Expand Down
Binary file modified data/dictionary_snap_counts.rda
Binary file not shown.
36 changes: 18 additions & 18 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
|collate |English_Canada.1252 |
|ctype |English_Canada.1252 |
|tz |America/New_York |
|date |2021-12-08 |
|date |2022-01-27 |

# Dependencies

|package |old |new |<U+0394> |
|:-------------|:--------|:--------|:--|
|nflreadr |1.1.1 |1.1.2 |* |
|cachem |1.0.6 |1.0.6 | |
|cli |NA |3.1.0 |* |
|curl |4.3.2 |4.3.2 | |
|data.table |1.14.2 |1.14.2 | |
|fastmap |1.1.0 |1.1.0 | |
|glue |NA |1.5.1 |* |
|memoise |2.0.1 |2.0.1 | |
|qs |0.25.1.1 |0.25.1.1 | |
|RApiSerialize |0.1.0 |0.1.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.7 |1.0.7 | |
|RcppParallel |5.1.4 |5.1.4 | |
|rlang |0.4.12 |0.4.12 | |
|stringfish |0.15.5 |0.15.5 | |
|package |old |new |<U+0394> |
|:-------------|:------|:--------|:--|
|nflreadr |1.1.2 |1.1.2.07 |* |
|cachem |1.0.6 |1.0.6 | |
|cli |3.1.1 |3.1.1 | |
|curl |4.3.2 |4.3.2 | |
|data.table |1.14.2 |1.14.2 | |
|fastmap |1.1.0 |1.1.0 | |
|glue |1.6.1 |1.6.1 | |
|memoise |2.0.1 |2.0.1 | |
|qs |0.25.2 |0.25.2 | |
|RApiSerialize |0.1.0 |0.1.0 | |
|rappdirs |0.3.3 |0.3.3 | |
|Rcpp |1.0.8 |1.0.8 | |
|RcppParallel |5.1.5 |5.1.5 | |
|rlang |0.4.12 |0.4.12 | |
|stringfish |0.15.5 |0.15.5 | |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 4 reverse dependencies (0 from CRAN + 4 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 reverse dependencies (0 from CRAN + 5 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
Binary file modified revdep/data.sqlite
Binary file not shown.

0 comments on commit 052f5d7

Please sign in to comment.