From b6804fb7fffb9979fb7d6518d8ab25776413b758 Mon Sep 17 00:00:00 2001 From: Niklas Hohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:00:22 +0200 Subject: [PATCH] add installation instructions for admtools --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fa40c11..9e537fe 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,15 @@ install.packages("remotes") in the R console. Then, run +```R +remotes::install_github(repo = "MindTheGap-ERC/admtools", + build_vignettes = TRUE, + ref = "HEAD", + dependencies = TRUE) +``` + +to install the latest verision of the `admtools` package. Last, run + ```R remotes::install_github(repo = "MindTheGap-ERC/StratPal", build_vignettes = TRUE,