Skip to content

Commit

Permalink
fix duplicate sliders (#77)
Browse files Browse the repository at this point in the history
* update desc file

* fix old links

* fix details of team logos again for md issues
  • Loading branch information
yonicd authored Feb 29, 2024
1 parent a270d2c commit 1a46996
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
8 changes: 5 additions & 3 deletions R/nba_team_logo-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion man/nba_team_logo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | <a href="https://github.com/yonicd/slickR/commit/1b1cb248d24bf60dd3f3d2cd90dcfc04ab60d950/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Platform | x86\_64-pc-linux-gnu (64-bit) | <a href="https://github.com/yonicd/slickR/commit/1b1cb248d24bf60dd3f3d2cd90dcfc04ab60d950/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Running | Ubuntu 22.04.2 LTS | |
| Language | C | |
| Timezone | UTC | |
Expand Down
2 changes: 1 addition & 1 deletion vignettes/tests_and_coverage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) | <a href="https://github.com/yonicd/slickR/commit/ce2e3d8cb0c64c1c70f6e5238ea2d1cb54e7dbac/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Platform | x86\_64-pc-linux-gnu (64-bit) | <a href="https://github.com/yonicd/slickR/commit/ce2e3d8cb0c64c1c70f6e5238ea2d1cb54e7dbac/checks" target="_blank"><span title="Built on Github Actions">![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true)</span></a> |
| Running | Ubuntu 22.04.1 LTS | |
| Language | C | |
| Timezone | UTC | |
Expand Down

0 comments on commit 1a46996

Please sign in to comment.