inst/app/README.md

Introduction

This is a Shiny web application for ctmm R package.

Check the videos here for feature demonstrations. The help buttons in each page also have detailed documentations for the specific feature.

Running the app

Hosted app

Just open the hosted app with browser (Chrome recommended).

This is more intended for demonstration purposes because

Run app in local machine with Internet

You can run app in your local machine with these steps:

  1. Install the latest R.

    Note R 3.4 bring some big changes, so it's better to upgrade all the existing packages if you have earlier version installed.

    RStudio is not required but recommended.

  2. Start R or RStudio, run this line in console.

    r source("https://raw.githubusercontent.com/ctmm-initiative/ctmm-webapp/master/run.R")

    The script above will install dependency packages and run app. Sometimes you may need to restart R in installing packages. Running in RStudio will use RStudio's embeded browser by default. In windows/Linux this has known compatibility problems(slider label not in log scale, download file name not formated automatically, download dialog lost response). You can click the open in browser button in the browser top bar to use system browser instead. Chrome is recommended.

More details about installation, running specific version of app, or running app without Internet can be found here.



xhdong-umd/ctmmweb documentation built on May 29, 2019, 11:59 a.m.