Skip to content

Commit cec33bf

Browse files
authored
Improve accesibility
1 parent b9bce4f commit cec33bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/rog_badge_ropengov.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ rog_badge_ropengov <- function(install = TRUE) {
3636

3737
if (install) {
3838
# nocov start
39-
usethis::use_badge("rOG-badge", href = href, src = badge)
39+
usethis::use_badge("rOpenGov package", href = href, src = badge)
4040
# nocov end
4141
} else {
4242
message(
4343
"Badge URL is ",
4444
"\n",
45-
"[![rOG-badge](",
45+
"[![rOpenGov package](",
4646
badge,
4747
")](",
4848
href,

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
1818

1919
<!-- badges: start -->
2020

21-
[![rOG-badge](https://ropengov.github.io/rogtemplate//reference/figures/ropengov-badge.svg)](https://ropengov.org/)
21+
[![rOpenGov package](https://ropengov.github.io/rogtemplate//reference/figures/ropengov-badge.svg)](https://ropengov.org/)
2222
[![R build
2323
status](https://github.com/ropengov/rogtemplate/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenGov/rogtemplate/actions)
2424
[![r-universe](https://ropengov.r-universe.dev/badges/rogtemplate)](https://ropengov.r-universe.dev/rogtemplate)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- badges: start -->
77

8-
[![rOG-badge](https://ropengov.github.io/rogtemplate//reference/figures/ropengov-badge.svg)](https://ropengov.org/)
8+
[![rOpenGov package](https://ropengov.github.io/rogtemplate//reference/figures/ropengov-badge.svg)](https://ropengov.org/)
99
[![R build
1010
status](https://github.com/ropengov/rogtemplate/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenGov/rogtemplate/actions)
1111
[![r-universe](https://ropengov.r-universe.dev/badges/rogtemplate)](https://ropengov.r-universe.dev/rogtemplate)

0 commit comments

Comments
 (0)