Skip to content

Commit

Permalink
Merge branch 'main' into 284-fix-failed-pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Dony Unardi <[email protected]>
  • Loading branch information
donyunardi authored Aug 28, 2024
2 parents 27c4a4d + 4dafbef commit 110c861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.reporter
Title: Reporting Tools for 'shiny' Modules
Version: 0.3.1.9012
Date: 2024-08-19
Version: 0.3.1.9013
Date: 2024-08-28
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.reporter 0.3.1.9012
# teal.reporter 0.3.1.9013

### Enhancements

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,12 @@ This package provides:
## Installation

```r
# stable versions
install.packages('teal.reporter')

# install.packages("pak")
pak::pak("insightsengineering/teal.reporter@*release")
```

Alternatively, you might want to use the development version available on [r-universe](https://r-universe.dev/search).
Alternatively, you might want to use the development version.

```r
# beta versions
install.packages('teal.reporter', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))

# install.packages("pak")
pak::pak("insightsengineering/teal.reporter")
```
Expand Down

0 comments on commit 110c861

Please sign in to comment.