diff --git a/DESCRIPTION b/DESCRIPTION index 8fc9cba363..d0cc699686 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -69,6 +69,18 @@ Suggests: testthat (>= 2.0) VignetteBuilder: knitr +Remotes: + insightsengineering/tern@*release, + insightsengineering/teal@*release, + insightsengineering/teal.code@*release, + insightsengineering/teal.reporter@*release, + insightsengineering/teal.transform@*release, + insightsengineering/tern.mmrm@*release, + insightsengineering/teal.data@*release, + insightsengineering/teal.logger@*release, + insightsengineering/teal.widgets@*release, + insightsengineering/scda@*release, + insightsengineering/scda.2021@*release Config/Needs/website: insightsengineering/nesttemplate Encoding: UTF-8 Language: en-US diff --git a/README.md b/README.md index ca2df29ebd..bab2c45945 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,19 @@ Most of the modules in `teal.modules.clinical` use functions from the R package ## Installation -It is recommended that you [create and use a Github PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following: +For releases from August 2022 it is recommended that you [create and use a Github PAT](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) to install the latest version of this package. Once you have the PAT, run the following: ```r Sys.setenv(GITHUB_PAT = "your_access_token_here") -if (!require("devtools")) install.packages("devtools") -devtools::install_github("insightsengineering/teal.modules.clinical@*release", dependencies = FALSE) +if (!require("remotes")) install.packages("remotes") +remotes::install_github("insightsengineering/teal.modules.clinical@*release") ``` You might need to manually install all of the package dependencies before installing this package as without the `dependencies = FALSE` argument to `install_github` it may produce an error. +A stable release of all `NEST` packages from June 2022 is also available [here](https://github.com/insightsengineering/depository#readme). + See package vignettes `browseVignettes(package = "teal.modules.clinical")` for usage of this package. ## Acknowledgment