Skip to content

Commit

Permalink
Merge branch 'fix-pipelines@main' of https://github.com/insightsengin…
Browse files Browse the repository at this point in the history
…eering/teal.osprey into fix-pipelines@main
  • Loading branch information
m7pr committed Aug 30, 2024
2 parents 350750a + fe5349b commit 63717c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.osprey
Title: 'teal' Modules for TLG Functions in Osprey
Version: 0.1.16.9024
Date: 2024-08-06
Version: 0.1.16.9025
Date: 2024-08-29
Authors@R: c(
person("Nina", "Qi", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -48,7 +48,7 @@ Suggests:
testthat (>= 3.1.5),
withr (>= 2.0.0)
Config/Needs/verdepcheck: insightsengineering/osprey, rstudio/shiny,
insightsengineering/teal, insightsengineering/teal.slice, insightsengineering/teal.transform,
insightsengineering/teal, insightsengineering/teal.transform,
mllg/checkmate, tidyverse/dplyr, insightsengineering/formatters,
tidyverse/ggplot2, r-lib/lifecycle, daroczig/logger,
rstudio/shinyvalidate, insightsengineering/teal.code,
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.osprey 0.1.16.9024
# teal.osprey 0.1.16.9025

* Removed `Show Warnings` modals from modules.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ This enables `teal` app developers to easily create applications making use of `

## Installation

From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).

```r
# stable versions
install.packages('teal.osprey', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.osprey@*release")

# beta versions
install.packages('teal.osprey', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.osprey")
```

## Stargazers and Forkers
Expand Down

0 comments on commit 63717c8

Please sign in to comment.