From 085b3c70211fb775c9c4074a701fc014a591b50d Mon Sep 17 00:00:00 2001 From: Amy Paguirigan Date: Wed, 20 Nov 2019 20:10:34 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9fb207..9e3803c 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ This package currently is wrapping a pile of functions commonly in use to intera You can install the most recent version of tgR by: ```r -require(devtools) -devtools::install_github('FredHutch/tgR') +require(remotes) +remotes::install_github('FredHutch/tgR') ``` Install a specific release version (in this case v1.0) by: ```r -require(devtools) -devtools::install_github('FredHutch/tgR@v1.0') +require(remotes) +remotes::install_github('FredHutch/tgR@v1.0') ```