Skip to content

Commit

Permalink
Modified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Jun 13, 2014
1 parent 6abaeaa commit b5804f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ To install this package from github, make sure you have the following:
OR [Rtools](http://cran.r-project.org/bin/windows/Rtools/) (Windows)
- [devtools](https://github.com/hadley/devtools) (to install, use: `install.packages("devtools")`)

First, install the required dependencies:

```s
install.packages(c("adegenet", "pegas", "vegan", "ggplot2", "phangorn", "ape", "igraph"))
```
For Linux users, make sure that the function `getOption("unzip")` returns `"unzip"` or `"internal"`. If it doesn't, then run options(unzip = "internal").

Now you can use the `install_github()` function:

Expand All @@ -77,7 +73,7 @@ install_github(repo = "grunwaldlab/poppr")
library(poppr)
```

#### For the bleeding edge development version:
#### For the bleeding edge (development) version:

```s
library(devtools)
Expand Down

0 comments on commit b5804f6

Please sign in to comment.