Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muhendis authored Nov 30, 2019
1 parent 22e9e55 commit 23eab0a
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,26 @@ The data2gRaph project is a web-based data visualization tool that can also be u
Complex Heatmap


## Installation and Run steps
## Installation steps
1. Download this pogram where you want to run it, [click to download](https://github.com/muhendis/data2gRaph/archive/master.zip)

2. Run the file named Packages_to_be_installed.R once for the required packages.

```
../data2gRaph/Packages_to_be_installed.R
```

## Run step


Run the file named app.R.

```
../data2gRaph/app.R
```

```{R}
library(shiny)

runGitHub('data2gRaph','muhendis')
```
#####


## Information about R, OS and attached or installed packages
Expand Down

0 comments on commit 23eab0a

Please sign in to comment.