diff --git a/DESCRIPTION b/DESCRIPTION index 8ce3c610..08107c0f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), diff --git a/NEWS.md b/NEWS.md index 2e5c45d6..28a9de4a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 8a731d70..c3644b5f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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. diff --git a/data-raw/dictionary_snap_counts.csv b/data-raw/dictionary_snap_counts.csv index c06c273a..8ee6102b 100644 --- a/data-raw/dictionary_snap_counts.csv +++ b/data-raw/dictionary_snap_counts.csv @@ -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 diff --git a/data/dictionary_snap_counts.rda b/data/dictionary_snap_counts.rda index 98c9f427..6c02182c 100644 Binary files a/data/dictionary_snap_counts.rda and b/data/dictionary_snap_counts.rda differ diff --git a/revdep/README.md b/revdep/README.md index 4dad75fc..b2a8949a 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -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 | | -|:-------------|:--------|:--------|:--| -|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 | | +|:-------------|:------|:--------|:--| +|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 diff --git a/revdep/cran.md b/revdep/cran.md index 5e0b18cb..bfbf1206 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -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 diff --git a/revdep/data.sqlite b/revdep/data.sqlite index f8829df5..d485ed55 100644 Binary files a/revdep/data.sqlite and b/revdep/data.sqlite differ