From b0ea49e5d8edecda71c9f72e45a70a87beb083c8 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:02:02 +0200 Subject: [PATCH] update readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 78992551..e0512def 100644 --- a/README.md +++ b/README.md @@ -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: