Skip to content

Commit

Permalink
update readme (#314)
Browse files Browse the repository at this point in the history
- remove section about PAT as unrelated
- use `pak` for install instructions
- remove no longer maintained depository
  • Loading branch information
pawelru authored Aug 28, 2024
1 parent 980bfb3 commit 7a3fb40
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a3fb40

Please sign in to comment.