diff --git a/index.html b/index.html index dc10f7f..05f2821 100644 --- a/index.html +++ b/index.html @@ -104,10 +104,10 @@

Installation.

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"
 )
diff --git a/pkgdown.yml b/pkgdown.yml index d138816..b381d22 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-09-18T14:15Z +last_built: 2023-09-22T09:32Z urls: reference: https://public-health-scotland.github.io/phsmethods/reference article: https://public-health-scotland.github.io/phsmethods/articles