Skip to content

Commit

Permalink
Stringi patch (#94)
Browse files Browse the repository at this point in the history
* fix placement of ignore_case

* update docs
  • Loading branch information
Kazink36 authored Nov 14, 2023
1 parent e0f97cf commit 3fb0e6f
Show file tree
Hide file tree
Showing 14 changed files with 2,364 additions and 2,344 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cfbfastR
Title: Access College Football Play by Play Data
Version: 1.9.4
Version: 1.9.5
Authors@R: c(
person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("cre", "aut")),
person("Akshay", "Easwaran", , "akeaswaran@me.com", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# **cfbfastR v1.9.5**
* fixed breaking bug related to `stringi` v1.8 update in [```cfbd_play_pbp_data()```](https://cfbfastr.sportsdataverse.org/reference/cfbd_pbp_data.html) EPA and WPA processing
* Minor documentation and test updates

# **cfbfastR v1.9.4**
* Improve date parsing for [```espn_cfb_scoreboard()```](https://cfbfastR.sportsdataverse.org/reference/espn_cfb_scoreboard.html) and [```espn_cfb_schedule()```](https://cfbfastR.sportsdataverse.org/reference/espn_cfb_schedule.html) functions while adding `lubridate` dependency
* Made a minor tweak to the returns of the [```espn_ratings_fpi()```](https://cfbfastR.sportsdataverse.org/reference/espn_ratings_fpi.html) function
Expand Down
Loading

0 comments on commit 3fb0e6f

Please sign in to comment.