From 42c150c69c63bd97b68b1d73c2f8dda8597aa5dc Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 5 Dec 2022 12:57:25 +0100 Subject: [PATCH] devtools -> remotes in installation instructions (#1796) --- 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