Skip to content

Commit

Permalink
Add doi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoo4 committed Jun 14, 2024
1 parent 7553b2a commit a1d4f62
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 4 deletions.
2 changes: 2 additions & 0 deletions R/used_here.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' Summarise function usage in a single document
#'
#' @description `r lifecycle::badge('experimental')`
#'
#' Consistent with knitr syntax highlighting, [used_here()] adds a
#' summary table of R package & function usage to a knitted Quarto or R Markdown document
#'
Expand Down
2 changes: 2 additions & 0 deletions R/used_there.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' Scrape the summaries for site-wide analysis
#'
#' @description `r lifecycle::badge('experimental')`
#'
#' Harvests and consolidates function usage tables from pages of a Quarto website
#' by searching for tables with the CSS class "usedthese"
#'
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ knitr::opts_chunk$set(
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/cgoo4/usedthese/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese)
[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.usedthese-skyblue.svg)](https://doi.org/10.32614/CRAN.package.usedthese)
[![](https://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)
<!-- badges: end -->

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
coverage](https://codecov.io/gh/cgoo4/usedthese/branch/main/graph/badge.svg)](https://app.codecov.io/gh/cgoo4/usedthese?branch=main)
[![CRAN
status](https://www.r-pkg.org/badges/version/usedthese)](https://CRAN.R-project.org/package=usedthese)
[![](https://img.shields.io/badge/doi-10.32614/CRAN.package.usedthese-skyblue.svg)](https://doi.org/10.32614/CRAN.package.usedthese)
[![](https://cranlogs.r-pkg.org/badges/grand-total/usedthese?color=blue)](https://cran.r-project.org/package=usedthese)
<!-- badges: end -->

Expand Down
1 change: 1 addition & 0 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
multipage: multipage.html
usedthese: usedthese.html
last_built: 2024-06-05T09:02Z
last_built: 2024-06-14T10:48Z
urls:
reference: https://cgoo4.github.io/usedthese/reference
article: https://cgoo4.github.io/usedthese/articles
Expand Down
9 changes: 6 additions & 3 deletions docs/reference/used_here.html

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

2 changes: 2 additions & 0 deletions man/used_here.Rd

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

2 changes: 2 additions & 0 deletions man/used_there.Rd

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

0 comments on commit a1d4f62

Please sign in to comment.