Skip to content

Commit

Permalink
Merge branch 'main' into 218-fix-failed-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored Aug 29, 2024
2 parents f9248a8 + 2a37fa6 commit 019e3e0
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.transform
Title: Functions for Extracting and Merging Data in the 'teal' Framework
Version: 0.5.0.9010
Date: 2024-08-19
Version: 0.5.0.9011
Date: 2024-08-28
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
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.transform 0.5.0.9010
# teal.transform 0.5.0.9011

# teal.transform 0.5.0

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,12 @@ This package contains functions and shiny modules for extracting and merging dat
## Installation

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

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

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

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

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

0 comments on commit 019e3e0

Please sign in to comment.