From a4c4a23a3c34344e01d4b337923a8604866ff126 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Thu, 8 Aug 2019 17:30:40 +0100 Subject: [PATCH] devtools->remotes --- README.md | 10 +++++----- docs/index.html | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 699a0ef..93092ca 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ this using devtools. You will probably also wish to install the development version of the nat package if you do this. ```r -if (!require("devtools")) install.packages("devtools") -devtools::install_github("natverse/nat") -devtools::install_github("natverse/nat.templatebrains") +if (!require("remotes")) install.packages("remotes") +remotes::install_github("natverse/nat") +remotes::install_github("natverse/nat.templatebrains") ``` -Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) as -well as [devtools](https://CRAN.R-project.org/package=devtools) to install this way. +Note: Windows users may need [Rtools](http://www.murdoch-sutherland.com/Rtools/) as +well as [remotes](https://CRAN.R-project.org/package=remotes) to install this way. diff --git a/docs/index.html b/docs/index.html index c69219a..93db3a9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -129,10 +129,10 @@

Development version

If you want to install the development version of nat.templatebrains, you can do this using devtools. You will probably also wish to install the development version of the nat package if you do this.

-
if (!require("devtools")) install.packages("devtools")
-devtools::install_github("natverse/nat")
-devtools::install_github("natverse/nat.templatebrains")
-

Note: Windows users need Rtools as well as devtools to install this way.

+
if (!require("remotes")) install.packages("remotes")
+remotes::install_github("natverse/nat")
+remotes::install_github("natverse/nat.templatebrains")
+

Note: Windows users may need Rtools as well as remotes to install this way.