diff --git a/DESCRIPTION b/DESCRIPTION index 82dc8da..e11b376 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,4 +32,4 @@ RdMacros: lifecycle Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 diff --git a/R/nba_team_logo-data.R b/R/nba_team_logo-data.R index d566ecf..5c8b962 100644 --- a/R/nba_team_logo-data.R +++ b/R/nba_team_logo-data.R @@ -3,9 +3,11 @@ #' @format A data frame with 30 rows and 2 variables: #' \describe{ #' \item{\code{team}}{character, Team Name} -#' \item{\code{uri}}{character, Team logo URI} +#' \item{\code{uri}}{character, Team logo URI} #'} -#' @details Logos harvested from -#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{team_short_name}.svg +#' @details +#' Logos harvested from +#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/team_short_name.svg +#' replace team_short_name with three letter name of th team. e.g. BOS for Boston #' @family data "nba_team_logo" diff --git a/man/nba_team_logo.Rd b/man/nba_team_logo.Rd index 9ed5ac4..93973c5 100644 --- a/man/nba_team_logo.Rd +++ b/man/nba_team_logo.Rd @@ -19,7 +19,8 @@ NBA team logo URI } \details{ Logos harvested from -https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{team_short_name}.svg +https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/team_short_name.svg +replace team_short_name with three letter name of th team. e.g. BOS for Boston } \seealso{ Other data: diff --git a/tests/README.md b/tests/README.md index f08584d..a991686 100644 --- a/tests/README.md +++ b/tests/README.md @@ -85,7 +85,7 @@ Unit Test summary is created using the | Field | Value | | | :------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Version | R version 4.3.1 (2023-06-16) | | -| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true) | +| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true) | | Running | Ubuntu 22.04.2 LTS | | | Language | C | | | Timezone | UTC | | diff --git a/vignettes/tests_and_coverage.Rmd b/vignettes/tests_and_coverage.Rmd index f20cd28..41a314f 100644 --- a/vignettes/tests_and_coverage.Rmd +++ b/vignettes/tests_and_coverage.Rmd @@ -100,7 +100,7 @@ Unit Test summary is created using the | Field | Value | | | :------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Version | R version 4.2.2 (2022-10-31) | | -| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true) | +| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true) | | Running | Ubuntu 22.04.1 LTS | | | Language | C | | | Timezone | UTC | |