Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyanM authored Nov 23, 2023
1 parent 338948c commit 0fb58e0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,24 @@ Additionally, our package simplifies the entire pipeline for creating the dashbo
</p>

## 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

Expand Down

0 comments on commit 0fb58e0

Please sign in to comment.