Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 28, 2024
1 parent 7ee55dc commit b0ea49e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,10 @@ install.packages("tern.mmrm")
or you can install the latest development version directly from GitHub by running the following:

``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/tern.mmrm")
# install.packages("pak")
pak::pak("insightsengineering/tern.mmrm")
```

Note that it is recommended you [create and use a `GITHUB_PAT`](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) if installing from GitHub.

### `NEST` distribution

A stable release of all `NEST` packages is also available [here](https://github.com/insightsengineering/depository#readme).

## Getting started

You can get started by trying out the example:
Expand Down

0 comments on commit b0ea49e

Please sign in to comment.