Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ daee 0.1.4

daee - Data Analysis for Ecology and Evolution

Set of functions for analysis of ecological and evolutionary data. The functions are available as an R package only to facilitate installation.
Set of functions for analysing ecological and evolutionary data. The functions are available as an R package only to facilitate installation.

List of functions:
- Calculate Phylogenetic Eigenvector Regression (PVR) with eigenvector selection;
Expand All @@ -25,4 +25,4 @@ To install the latest version of this package, use [`devtools`](https://github.c
```r
require(devtools)
install_github("vanderleidebastiani/daee”)
```
```