From 63f9efcbff82c9906a1628012340e2c13bb6d338 Mon Sep 17 00:00:00 2001 From: bastazini Date: Wed, 29 Aug 2018 13:56:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2aaa2..0bbdf4b 100644 --- a/README.md +++ b/README.md @@ -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; @@ -25,4 +25,4 @@ To install the latest version of this package, use [`devtools`](https://github.c ```r require(devtools) install_github("vanderleidebastiani/daee”) -``` \ No newline at end of file +```