diff --git a/DESCRIPTION b/DESCRIPTION index f6a8e57..4410d16 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,12 +18,19 @@ Imports: dplyr, fasttime, glue, + gt, httr, httr2, + janitor, + jsonlite, magrittr, purrr, + readr, rlang, + rvest, stringr, - usethis + tidyr, + usethis, + withr Roxygen: list(markdown = TRUE) URL: https://andreweatherman.github.io/cbbdata/ diff --git a/man/cbbdata-package.Rd b/man/cbbdata-package.Rd index e763742..920e44e 100644 --- a/man/cbbdata-package.Rd +++ b/man/cbbdata-package.Rd @@ -7,6 +7,13 @@ \title{cbbdata: API for College Basketball Data} \description{ Provides direct access to clean and tidy college basketball data using the CBBData API. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://andreweatherman.github.io/cbbdata/} +} + } \author{ \strong{Maintainer}: Andrew Weatherman \email{andrew@aweatherman.com}