Skip to content

Commit

Permalink
add version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Dec 13, 2024
1 parent 4f42f60 commit 8ca3e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages(c("pkgdown", "devtools", "rmarkdown"), type = "binary")
install.packages(c("pkgdown", "devtools", "rmarkdown", "badger"), type = "binary")
shell: Rscript {0}

- name: Install package
Expand Down
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ knitr::opts_chunk$set(
# SCTORvalidation

<!-- badges: start -->

`r badger::badge_custom("dev version", as.character(packageVersion("SCTORvalidation")), "blue", "https://github.com/SwissClinicalTrialOrganisation/SCTORvalidation_Rpackage")`

<!-- badges: end -->

The goal of SCTORvalidation is to provide an easy approach for the documentation and implementation of package and function tests for the SCTO R validation project. Package validations themselves can be found in the [validation_platform repository](https://github.com/SwissClinicalTrialOrganisation/validation_platform).
Expand Down

0 comments on commit 8ca3e75

Please sign in to comment.