adamhsparks / epiphytrainR

A shiny app to help visualise and teach epiphytotics and plant disease epidemiology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epiphytrainR

A shiny app to help visualise and teach epiphytotics and plant disease epidemiology

To run this on your local machine, you will need to have R installed. You can download R from here. You will also need to have RStudio installed. You can download RStudio from here.

Install the R packages remotes and shiny

install.packages(c("remotes", "shiny","shinythemes","htmltools", "tidyr","dplyr","ggplot2","leaflet","gridExtra" ))
remotes::install_github("daattali/shinycssloaders", dependencies = TRUE)
remotes::install_github("PaulMelloy/epiphytoolR", dependencies = TRUE)
remotes::install_github("adamhsparks/epicrop", dependencies = TRUE)

Then run the shiny app using the following code:

shiny::runGitHub(repo = "epiphytrainR", 
                 username = "PaulMelloy",
                 subdir = "epiphytrainR_app")

About

A shiny app to help visualise and teach epiphytotics and plant disease epidemiology

License:MIT License


Languages

Language:R 100.0%