Skip to content

Commit

Permalink
Add badge for tutorial render check
Browse files Browse the repository at this point in the history
  • Loading branch information
luk-brue committed Jan 16, 2024
1 parent a0e050a commit a7c36db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ knitr::opts_chunk$set(
<!-- badges: start -->

[![R-CMD-check](https://github.com/statistik-lehre/rtutorials/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/statistik-lehre/rtutorials/actions/workflows/R-CMD-check.yaml)

[![Tutorial Render Check](https://github.com/statistik-lehre/rtutorials/actions/workflows/tutorial_rendertest.yaml/badge.svg)](https://github.com/statistik-lehre/rtutorials/actions/workflows/tutorial_rendertest.yaml)

<!-- badges: end -->

*This R package is currently under active development.*
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/statistik-lehre/rtutorials/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/statistik-lehre/rtutorials/actions/workflows/R-CMD-check.yaml)

[![Tutorial Render
Check](https://github.com/statistik-lehre/rtutorials/actions/workflows/tutorial_rendertest.yaml/badge.svg)](https://github.com/statistik-lehre/rtutorials/actions/workflows/tutorial_rendertest.yaml)

<!-- badges: end -->

*This R package is currently under active development.*
Expand Down Expand Up @@ -133,6 +137,7 @@ learnr::available_tutorials(package = "rtutorials")
#> - 4b_vis : "Visualisierung"
#> - 4c_pipe : "Pipe"
#> - 4d_datawrangling : "Data Wrangling"
#> - 5a_sampling : "Inferenzstatistik"
```

And to run the individual tutorials, run:
Expand Down

0 comments on commit a7c36db

Please sign in to comment.