knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

functionExplorer

R build status Travis build status Codecov test coverage license Lifecycle: experimental

A Shiny app for exploring dependencies between functions from selected GitHub repository. Uses shiny.semantic.

Installation

Install from GitHub:

devtools::install_github("jakubsob/functionExplorer")

and run:

functionExplorer::run_app()

User Interface

The app opens to the following interface:

knitr::include_graphics("man/figures/README-load-data.png")

To show tutorial on how to use click question mark button in top right corner.

To download data use download button to open modal and fill in name of repository to download:

knitr::include_graphics("man/figures/README-load-data-popup.png")

After download use button to parse data:

knitr::include_graphics("man/figures/README-downloaded-data.png")

Go to graph tab to view plotted network:

knitr::include_graphics("man/figures/README-plot-all.png")

Select node based on value from select input in sidebar or by clicking node on graph:

knitr::include_graphics("man/figures/README-plot-node.png")


jakubsob/functionExplorer documentation built on Jan. 1, 2021, 4:26 a.m.