From c343c6bae8c526af4e9ec2f4c66ecd643ebda8db Mon Sep 17 00:00:00 2001 From: Colin Gillespie Date: Fri, 4 Aug 2023 09:32:25 +0100 Subject: [PATCH] docs: Update installation instructions --- README.Rmd | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index e6edb73..950ad17 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,7 +26,9 @@ This checks that Posit Workbench has been correctly installed. To install the R package, run ```{r, eval = FALSE} -remotes::install_github("github/audit.workbench") +install.packages('audit.workbench', + repos = c('https://jumpingrivers.r-universe.dev', + 'https://cloud.r-project.org')) ``` ## Usage diff --git a/README.md b/README.md index 09344ae..b83036a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ This checks that Posit Workbench has been correctly installed. To install the R package, run ``` r -remotes::install_github("github/audit.workbench") +install.packages('audit.workbench', + repos = c('https://jumpingrivers.r-universe.dev', + 'https://cloud.r-project.org')) ``` ## Usage