Skip to content

Commit

Permalink
add installation instructions for admtools
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Jul 17, 2024
1 parent 70b4968 commit b6804fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b6804fb

Please sign in to comment.