From 7a3fb405097068fa6484df497570d3f532bf4ec3 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:32:00 +0200 Subject: [PATCH] update readme (#314) - remove section about PAT as unrelated - use `pak` for install instructions - remove no longer maintained depository --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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