-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
58 lines (42 loc) · 1.66 KB
/
README.Rmd
File metadata and controls
58 lines (42 loc) · 1.66 KB
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 -->
[](https://github.com/cjcallag/snExplorer/actions?workflow=R-CMD-check)
[](https://travis-ci.org/cjcallag/snExplorer)
[](https://www.r-project.org/)
[](https://github.com/cjcallag/snExplorer)
[](http://hits.dwyl.io/cjcallag/snExplorer)
[](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")
```