Installation

Windows Installer

Install with R

  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 if (!require("remotes")) install.packages("remotes") remotes::install_github("ctmm-initiative/ctmmweb")

    ```

  4. Run app

    r ctmmweb::app()

FAQ

Linux



ctmm-initiative/ctmm-webapp documentation built on Aug. 21, 2023, 4:39 a.m.