Skip to content

Commit

Permalink
devtools->remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 8, 2019
1 parent 7ec049c commit a4c4a23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4c4a23

Please sign in to comment.