Skip to content

Commit

Permalink
simplify dev install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 25, 2024
1 parent c7e1bb2 commit 78618a4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ install.packages("RANN")
```

### Bleeding Edge
You can, however, download the [tar ball](https://github.com/jefferislab/RANN/tarball/master), and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
You can, however, use the **remotes** package to install the development version:

```r
# install.packages("devtools")

devtools::install_github("jefferis/RANN")
# install.packages("remotes")
remotes::install_github("jefferis/RANN")
```

Note: Windows users need [Rtools](https://cloud.r-project.org/bin/windows/Rtools/) and [devtools](https://CRAN.R-project.org/package=devtools) to install this way.

## Feedback
Please feel free to:

Expand Down

0 comments on commit 78618a4

Please sign in to comment.