From c9bda9f0227ae3e8b128a6519b7aee632f5fa109 Mon Sep 17 00:00:00 2001 From: marius-mather <61438033+marius-mather@users.noreply.github.com> Date: Wed, 15 May 2024 13:06:50 +1000 Subject: [PATCH] Use remotes instead of devtools for package install The package install functions live in `remotes` now, I had issues when trying to use `devtools` but `remotes` worked straightaway --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a09e3..3be907a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Learn Machine Learning in the browser or locally in your RStudio IDE with intera You can install the development version from [GitHub](https://github.com/) with: ``` r -# install.packages("devtools") -devtools::install_github("Sydney-Informatics-Hub/Module3R") +# install.packages("remotes") +remotes::install_github("Sydney-Informatics-Hub/Module3R") ``` ## How to run the tutorials