Skip to content
Augustin Luna edited this page Aug 10, 2021 · 1 revision

Javascript Code Dependencies

  • Node and NPM
  • make
  • Webpack

Build Javascript Code

Get Javascript code via npm and run webpack

R Package Dependencies

  • cyjShiny code (this repository)
  • jsonlite
  • htmlwidgets
  • shiny

Install and Run Demo (without building Javascript Code)

  1. Install
git clone https://github.com/cytoscape/cyjShiny.git
cd cyjShiny
R CMD INSTALL . # "." indicates "current directory"
cd inst/unitTests
  1. Start R
  2. source("tinyApp.R")

Build cyjShiny and Javascript library

Build Javascript code then run

make
Clone this wiki locally