Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sportsdataverse/hoopR into skipkp
Browse files Browse the repository at this point in the history
  • Loading branch information
shufinskiy committed Aug 24, 2023
2 parents c82129c + 61ae1df commit 3badc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hoopR
Title: Access Men's Basketball Play by Play Data
Version: 2.0.0
Version: 2.0.1
Authors@R:
c(person(given = "Saiem",
family = "Gilani",
Expand Down
2 changes: 1 addition & 1 deletion R/nba_stats_scoreboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ nba_schedule <- function(
.data$season_type_id == 3 ~ "All-Star",
.data$season_type_id == 4 ~ "Playoffs",
.data$season_type_id == 5 ~ "Play-In Game"),
game_date = lubridate::ymd(substring(.data$game_date,1,10)))
game_date = lubridate::mdy(substring(.data$game_date,1,10)))

},
error = function(e) {
Expand Down

0 comments on commit 3badc18

Please sign in to comment.