Skip to content

Commit

Permalink
Fix parameter for install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 9, 2024
1 parent 88d4528 commit 14c9870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _{{ packagename }}_ is developed at the [Centre for the Mathematical Modelling o
Install the released version of the package:

```{r install_cran, include=TRUE,eval=FALSE}
install.packages("{{ gh_repo }}")
install.packages("{{ packagename }}")
```

The latest development version of the _{{ packagename }}_ package can be installed via
Expand All @@ -71,7 +71,7 @@ If both of these options fail, please [file an issue](https://github.com/epivers
To load the package, use

```{r load_pkg, eval=TRUE}
library("epichains")
library("{{ packagename }}")
```

## Quick start
Expand Down

0 comments on commit 14c9870

Please sign in to comment.