diff --git a/DESCRIPTION b/DESCRIPTION index 20096e5a4..ae9054bc5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.modules.general Title: General Modules for 'teal' Applications -Version: 0.3.0.9041 -Date: 2024-08-19 +Version: 0.3.0.9042 +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"), diff --git a/NEWS.md b/NEWS.md index a19867933..b8e7a20f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.general 0.3.0.9041 +# teal.modules.general 0.3.0.9042 * Removed `Show Warnings` modals from modules. diff --git a/README.md b/README.md index a8ead63b0..b60732686 100644 --- a/README.md +++ b/README.md @@ -41,26 +41,19 @@ Please see [`teal` gallery](https://github.com/insightsengineering/teal.gallery) ## Installation ```r -# stable versions install.packages('teal.modules.general') - -# install.packages("pak") -pak::pak("insightsengineering/teal.modules.general@*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.modules.general', repos = c('https://pharmaverse.r-universe.dev', getOption('repos'))) - # install.packages("pak") pak::pak("insightsengineering/teal.modules.general") ``` ## Usage -Please start with the ["Getting Started" article](https://insightsengineering.github.io/teal.modules.general/latest-tag/articles/teal-modules-general.html), and then see the [package vignettes](https://insightsengineering.github.io/teal.modules.general/latest-tag/articles/index.html) for usage of this package. +To understand how to use this package, please refer to the [Getting Started](https://insightsengineering.github.io/teal.modules.general/latest-tag/articles/teal-modules-general.html) article, which provides multiple examples of code implementation. ## Playground