From bbc4ff141eb6722a797fe6864dc633f543416f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Thulin?= <35733643+mthulin@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:22:32 +0100 Subject: [PATCH] Update README.md Update Readme to include installation of dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25340ed..dea6c0c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Simply run the following from an R console: if (!require("devtools")) install.packages("devtools") devtools::install_github("dungtsa/BayesianPickWinner",force = TRUE) +install.packages("clinfun") ``` ## Getting Started