Skip to content

Commit

Permalink
update with draft picks
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed May 6, 2022
1 parent 8635492 commit 5a61762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following table reports on the status and last update times of nflverse data
```{r echo = FALSE, message = FALSE, warning = FALSE}
# piggyback::pb_list() |>
# dplyr::filter(file_name %in% c("timestamp.json","")) |>
# dplyr::distinct(tag,file_name) |>
# dplyr::distinct(tag,file_name) |>
# saveRDS("man/data_releases.rds")
update_times <- readRDS("man/data_releases.rds") |>
Expand All @@ -52,6 +52,7 @@ status <- tibble::tribble(
"player_stats", "![pbp and ps](https://img.shields.io/github/workflow/status/nflverse/nflfastR-data/update_current_season_pbp_and_stats?label=ps_status&style=flat-square)",
"rosters", "![rosters](https://img.shields.io/github/workflow/status/nflverse/nflfastR-roster/update_rosters?label=rosters_status&style=flat-square)",
"snap_counts", "![snap_counts](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_snap_counts?label=snaps_status&style=flat-square)",
"draft_picks", "![snap_counts](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_draft_picks?label=draft_status&style=flat-square)",
"pfr_advstats", "![adv_stats](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_adv_stats?label=advstats_status&style=flat-square)",
"nextgen_stats", "![ngs](https://img.shields.io/github/workflow/status/nflverse/ngs-data/update_ngs?label=ngs_status&style=flat-square)",
"injuries", "![injuries](https://img.shields.io/github/workflow/status/nflverse/nflfastR-roster/update-injuries?label=injuries_status&style=flat-square)",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ nflverse data pipelines.
| player_stats | [![pbp and ps](https://img.shields.io/github/workflow/status/nflverse/nflfastR-data/update_current_season_pbp_and_stats?label=ps_status&style=flat-square)]() | [![player_stats](https://img.shields.io/badge/dynamic/json?color=blue&label=load_player_stats&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/player_stats/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/player_stats) |
| rosters | [![rosters](https://img.shields.io/github/workflow/status/nflverse/nflfastR-roster/update_rosters?label=rosters_status&style=flat-square)]() | [![rosters](https://img.shields.io/badge/dynamic/json?color=blue&label=load_rosters&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/rosters/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/rosters) |
| snap_counts | [![snap_counts](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_snap_counts?label=snaps_status&style=flat-square)]() | [![snap_counts](https://img.shields.io/badge/dynamic/json?color=blue&label=load_snap_counts&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/snap_counts/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/snap_counts) |
| draft_picks | [![snap_counts](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_draft_picks?label=draft_status&style=flat-square)]() | [![draft_picks](https://img.shields.io/badge/dynamic/json?color=blue&label=load_draft_picks&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/draft_picks/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/draft_picks) |
| pfr_advstats | [![adv_stats](https://img.shields.io/github/workflow/status/nflverse/pfr_scrapR/update_adv_stats?label=advstats_status&style=flat-square)]() | [![pfr_advstats](https://img.shields.io/badge/dynamic/json?color=blue&label=load_pfr_advstats&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/pfr_advstats/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/pfr_advstats) |
| nextgen_stats | [![ngs](https://img.shields.io/github/workflow/status/nflverse/ngs-data/update_ngs?label=ngs_status&style=flat-square)]() | [![nextgen_stats](https://img.shields.io/badge/dynamic/json?color=blue&label=load_nextgen_stats&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/nextgen_stats/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/nextgen_stats) |
| injuries | [![injuries](https://img.shields.io/github/workflow/status/nflverse/nflfastR-roster/update-injuries?label=injuries_status&style=flat-square)]() | [![injuries](https://img.shields.io/badge/dynamic/json?color=blue&label=load_injuries&query=last_updated&style=flat-square&url=https://github.com/nflverse/nflverse-data/releases/download/injuries/timestamp.json)](https://github.com/nflverse/nflverse-data/releases/tag/injuries) |
Expand Down
Binary file modified man/data_releases.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion man/nflverse_save.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a61762

Please sign in to comment.