Skip to content

Commit b488892

Browse files
committed
fixed bug
1 parent 7358897 commit b488892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/Market-segmentation.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ In order to run reproduce all results you will have to
4040

4141
lionfish is now available on CRAN!
4242

43-
```{r setup, eval = FALSE}
43+
```{r, eval = FALSE}
4444
install.packages("lionfish")
4545
```
4646

4747
You can install the development version of lionfish from github with:
4848

49-
```{r setup, eval = FALSE}
49+
```{r, eval = FALSE}
5050
install.packages("remotes")
5151
remotes::install_github("mmedl94/lionfish")
5252
```

0 commit comments

Comments
 (0)