From 0fb58e0fad5e400cb0af93b814dff4d66eb0b5f6 Mon Sep 17 00:00:00 2001 From: KaiyanM Date: Thu, 23 Nov 2023 02:31:44 -0600 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 067c069..2d7523f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,24 @@ Additionally, our package simplifies the entire pipeline for creating the dashbo

## Installation - +You can either install it with `devtools`, ```{r, eval = FALSE} # Install the package in R: -install.packages("MolPad") +install.packages("devtools") +library(devtools) +install_github("KaiyanM/MolPad") +``` +or clone this repository to your local computer (for example, onto `./Github`) for installing: +```{r, eval = FALSE} +# Download and install the package in R: +setwd("./GitHub") +install("MolPad") ``` +after that, load the package: +```{r,eval=FALSE} +library(MolPad) +``` + ## Usage