diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 0d87cd1..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 1.0.9 -Date: 2024-03-11 03:01:54 UTC -SHA: 68b651b40994bed04401fa7e363feb9578dc29b4 diff --git a/README.Rmd b/README.Rmd index a63d037..d6fc553 100644 --- a/README.Rmd +++ b/README.Rmd @@ -136,8 +136,8 @@ to abide by its terms. [cran_link]: https://CRAN.R-project.org/package=gluedown [ga_badge]: https://github.com/k5cents/gluedown/workflows/R-CMD-check/badge.svg [ga_link]: https://github.com/k5cents/gluedown/actions -[cov_badge]: https://img.shields.io/codecov/c/github/k5cents/gluedown/master.svg -[cov_link]: https://app.codecov.io/gh/k5cents/gluedown?branch=master' +[cov_badge]: https://codecov.io/gh/k5cents/gluedown/graph/badge.svg?token=Ln4HFpOH2P +[cov_link]: https://app.codecov.io/gh/k5cents/gluedown?branch=master [dl_badge]: https://cranlogs.r-pkg.org/badges/grand-total/gluedown [coc]: https://k5cents.github.io/gluedown/CODE_OF_CONDUCT.html [cran]: https://cran.r-project.org/package=gluedown diff --git a/README.md b/README.md index 60d2087..3b0c50e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https:/ status](https://www.r-pkg.org/badges/version/gluedown)](https://CRAN.R-project.org/package=gluedown) ![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/gluedown) [![Codecov test -coverage](https://img.shields.io/codecov/c/github/k5cents/gluedown/master.svg)](https://app.codecov.io/gh/k5cents/gluedown?branch=master') +coverage](https://codecov.io/gh/k5cents/gluedown/graph/badge.svg?token=Ln4HFpOH2P)](https://app.codecov.io/gh/k5cents/gluedown?branch=master) [![R build status](https://github.com/k5cents/gluedown/workflows/R-CMD-check/badge.svg)](https://github.com/k5cents/gluedown/actions) @@ -106,8 +106,8 @@ abb <- state.abb[match(name, state.name)] # `r md_italic(abb)` ``` -In this case, our randomly selected state is **Texas**, which has the -abbreviation *TX*. +In this case, our randomly selected state is **New Hampshire**, which +has the abbreviation *NH*. ### Pipes