From 232f4d02b57ef6bae798731070cbbb34dce0774b Mon Sep 17 00:00:00 2001 From: "Ross D. Williams" <34747165+rossdwilliams@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:23:04 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index deace3a..1e7d970 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,19 @@ See the instructions at https://ohdsi.github.io/Hades/rSetup.html for configurin Clone the EhdenAlopecia package into your local R environment. Open your study package in RStudio. Use the following code to install all the dependencies: +```R +install.packages(c("DBI", + "dplyr", + "glue", + "zip", + "magrittr", + "checkmate", + "log4r", + "lubridate", + "rlang", + "readr") +) +``` In RStudio, select 'Build' then 'Install and Restart' to install the package.