diff --git a/DESCRIPTION b/DESCRIPTION index 5e68134..d6397cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: cbbdata Type: Package Title: API for College Basketball Data -Version: 0.1.0 +Version: 0.2.0 Authors@R: person("Andrew", "Weatherman", email = "andrew@aweatherman.com", role = c("aut", "cre")) Description: Provides direct access to clean and tidy college basketball data using the diff --git a/NEWS.md b/NEWS.md index c319d6b..0fc0d2c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# cbbdata 0.2.0 + +- Removed `gt` table functions and moved to [`cbbplotR`](https://cbbplotr.aweatherman.com/articles/getting_started.html). +- Added [`cbd_add_net_quad`](https://cbbdata.aweatherman.com/reference/cbd_add_net_quad.html) function to automatically retrieve NET rankings, join them to data, and calculate quadrants. + # cbbdata 0.1.0 -Beta release; formally "announced" package via Twitter. +- Beta release; formally "announced" package via Twitter.