/breakdown

Web tool to hierarchically break down and edit an analysis and identify breakeven or cross-over points

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

breakdown

Web tool to hierarchically break down and edit an analysis and identify breakeven or cross-over points.

Based on opencpu in R. For more information and other implementations of crossover point scenarios, see https://github.com/josephguillaume/crossover

Try it online: http://josephguillaume.ocpu.io/breakdown/www/

Locally (automatically downloaded from github):

library(opencpu)
ocpu_start_app("josephguillaume/breakdown")

Locally with a local installation of the package

devtools::install_github("josephguillaume/breakdown")
library(opencpu)
ocpu_start_app("breakdown")

Locally on a virtual machine

This method uses a Vagrant provision script to setup a virtual machine running the Docker container provided by OpenCPU.

  1. Install Vagrant

  2. Clone or download the repository and run:

vagrant up

This will install the latest master version of Breakdown and run OpenCPU, after provisioning the tool can be accessed through http://localhost:8004/ocpu/library/breakdown/www/

Note: The breakdown version can always be updated using:

vagrant provision