diff --git a/README.md b/README.md index 251306a8..448549ca 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,16 @@ Please note that changes to random data functions requires rebuild of cached dat ## Installation -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("remotes")) install.packages("remotes") -remotes::install_github("insightsengineering/random.cdisc.data@*release") +install.packages("random.cdisc.data") ``` -A stable release of all `NEST` packages from June 2022 is also available [here](https://github.com/insightsengineering/depository#readme). +Alternatively, you might also use the development version. + +```r +# install.packages("pak") +pak::pak("insightsengineering/random.cdisc.data") +``` ## Acknowledgment