From bbf910cad84aec8e31eab3f1ca30e1d422854b5d Mon Sep 17 00:00:00 2001 From: Binod Jung Bogati <8600091+bjungbogati@users.noreply.github.com> Date: Sun, 17 Jul 2022 10:07:22 +0545 Subject: [PATCH] Changes in installation syntax The syntax for installation via GitHub is remotes::install_github("appliedepi/epirhandbook") instead of remotes::install_git("appliedepi/epirhandbook") --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 53017f3..abdb06d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -33,7 +33,7 @@ pacman::p_install_gh("appliedepi/epirhandbook") Or ``` r install.packages("remotes") -remotes::install_git("appliedepi/epirhandbook") +remotes::install_github("appliedepi/epirhandbook") ``` # Licence