From 14c987069f18aa7dea6db529678c4e5830abd730 Mon Sep 17 00:00:00 2001 From: jamesaazam Date: Wed, 9 Oct 2024 12:50:22 +0100 Subject: [PATCH] Fix parameter for install instructions --- README.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 6c764550..d777336d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 @@ -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