Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix duplicate sliders #77

Merged
merged 3 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading