From 840ee84fae0e0ca89e7824b59870a63bd5f4c1dd Mon Sep 17 00:00:00 2001
From: Julien Barrere <91736503+jbarrere3@users.noreply.github.com>
Date: Fri, 2 Dec 2022 17:44:12 +0100
Subject: [PATCH] Add dependencies

I had to install a few additional packages in order to install the package, so I suggest to add them in the list
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f4e4a53..e1abe0c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This package relies on very few packages listed below, that you can install with
 
 ```
 deps <- c('checkmate', 'Matrix', 'here', 'dplyr', 
-          'rlang', 'tidyr', 'purrr', 'tibble')
+          'rlang', 'tidyr', 'purrr', 'tibble', 'statmod', 'magick', 'pdftools')
 for (i in deps ){
   if(!require(i,character.only = TRUE))
     install.packages(i)
-- 
GitLab