From ce245c145fbb93804e25915a3fd1e5b3f913f35a Mon Sep 17 00:00:00 2001
From: Clare <chorscroft@users.noreply.github.com>
Date: Sun, 8 Nov 2020 18:12:40 +0000
Subject: [PATCH] Added a section on dependencies

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 29d4679..ccab8e5 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,15 @@ If this does not work and you installed the packages directly from Github, try i
 ```
 install_github("chorscroft/zalpha", build_vignettes=TRUE)  # might also have to include the option force=TRUE if the package is already installed
 ```
+
+## Dependencies
+
+This package requires R version 2.10 or higher.
+
+Optional packages:
+
+* fitdistrplus
+
 ## Authors
 
 * **Clare Horscroft**
-- 
GitLab