From 600cb0b045561fa4dd526b823fee3e318a437056 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sat, 9 Mar 2024 01:08:51 -0800 Subject: [PATCH] Pkg install update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f6f115..0fe51a7 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ guides. With a compiler in hand, one can then install the package from GitHub by: ```r -# install.packages("devtools") -devtools::install_github("r-pkg-examples/rcpp-headers-src") +# install.packages("remotes") +remotes::install_github("coatless-rd-rcpp/rcpp-headers-src") library("SrcDir") ```