From eae5989f346bb8c916086b511b51b8d55ac0c341 Mon Sep 17 00:00:00 2001
From: Clare <chorscroft@users.noreply.github.com>
Date: Tue, 8 Sep 2020 21:40:07 +0100
Subject: [PATCH] New developments to functions equal_vector, L_plus_R and
 Zalpha_all

---
 NEWS.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 7b6d669..7593e8d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,9 @@
 # zalpha 0.2.0.9999 (Development version)
 
+* Improved the speed by editing the equal_vector function
+* L_plus_R now returns 0 instead of NA when n<2 for choose(n,2) 
+* Zalpha_all now always calculates the diversity statistics LR and L_plus_R
+
 # zalpha 0.2.0
 
 * Can now accept data with missing values
-- 
GitLab