Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdwilliams committed Nov 6, 2023
1 parent e2f81b5 commit 232f4d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 232f4d0

Please sign in to comment.