-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
58 lines (42 loc) · 1.66 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: "`{snExplorer}`"
output:
github_document:
html_preview: true
toc: true
toc_depth: 2
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(width = 150)
```
<!-- badges: start -->
[![R build status](https://github.com/cjcallag/snExplorer/workflows/R-CMD-check/badge.svg)](https://github.com/cjcallag/snExplorer/actions?workflow=R-CMD-check)
[![Travis-CI Build Status](https://travis-ci.org/cjcallag/snExplorer.svg?branch=master)](https://travis-ci.org/cjcallag/snExplorer)
[![Depends](https://img.shields.io/badge/Depends-GNU_R>=3.5-blue.svg)](https://www.r-project.org/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cjcallag/snExplorer.svg)](https://github.com/cjcallag/snExplorer)
[![HitCount](http://hits.dwyl.io/cjcallag/snExplorer.svg)](http://hits.dwyl.io/cjcallag/snExplorer)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://www.mit.edu/~amini/LICENSE.md)
<!-- badges: end -->
**{snExplorer}** is a parsimonious Shiny application for interactive visualization and analysis of networks.
## Installation
**{snExplorer}** is an R package and can be installed using **{devtools}** :
```{r, eval = FALSE}
if (!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("cjcallag/snExplorer")
```
## Lauching App
```{r, eval = FALSE}
snExplorer::launch_shiny_app()
```
```{r, echo = FALSE}
knitr::include_graphics(path = "man/figures/landing.png")
```