From bb2e3137cd9b684b95e65e8e1bcdb225c1a54af3 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 5 Dec 2022 11:57:18 +0100 Subject: [PATCH] devtools -> remotes in installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7bbfdd1e..5994ffbc3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ install.packages("lintr") Or the development version from GitHub: ```R -devtools::install_github("r-lib/lintr") +# install.packages("remotes") +remotes::install_github("r-lib/lintr") ``` ## Usage