Installation

We have a windows installer which will do everything below.

  1. Install R

    Download R installer(win, mac, Linux) and install R.

    RStudio is recommended but not a must.

  2. Start R

    Start R console from start menu (or RStudio if installed). All code below will run inside it.

  3. Install app

    ```r install.packages("ctmmweb", repos = c("https://cloud.r-project.org/", "https://ctmm-initiative.github.io/ctmm_repo/"))

    ```

    For latest beta version:

    r if (!require("devtools")) install.packages("devtools") devtools::install_github("ctmm-initiative/ctmmweb")

  4. Run app

    r ctmmweb::app()

FAQ

Linux



francocarol/shiny_ctmm documentation built on March 17, 2020, 12:11 a.m.