diff --git a/index.html b/index.html index dc10f7f..05f2821 100644 --- a/index.html +++ b/index.html @@ -104,10 +104,10 @@
You can then install phsmethods
from GitHub with:
-remotes::install_github("Public-Health-Scotland/phsmethods")
However, network security settings may prevent remotes::install_github()
from working on RStudio desktop. If this is the case, phsmethods
can be installed by downloading the zip of the repository and running the following code (replacing the section marked <>
, including the arrows themselves):
remotes::install_github("Public-Health-Scotland/phsmethods")
+However, network security settings may prevent remotes::install_github()
from working on RStudio desktop. If this is the case, phsmethods
can be installed by downloading the zip of the repository and running the following code (replacing the section marked <>
, including the arrows themselves):
-remotes::install_local("<FILEPATH OF ZIPPED FILE>/phsmethods-master.zip",
+remotes::install_local("<FILEPATH OF ZIPPED FILE>/phsmethods-master.zip",
upgrade = "never"
)