Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Aug 26, 2024
1 parent 1e0713e commit 9c82fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/StratPal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Throughout the vignettes there are several **tasks** that you can solve. They ar

To install the `StratPal` package from [CRAN](https://cran.r-project.org/), run

```{r}
```{r, eval=FALSE}
install.packages("StratPal")
```

Expand All @@ -43,13 +43,13 @@ in the R console.

To install the `StratPal` package from GitHub, first install the `remotes` package by running

``` r
```{r, eval=FALSE}
install.packages("remotes")
```

in the R console. Then, run

``` r
```{r, eval=FALSE}
remotes::install_github(repo = "MindTheGap-ERC/StratPal",
build_vignettes = TRUE,
ref = "HEAD",
Expand Down

0 comments on commit 9c82fa8

Please sign in to comment.