epiphytrainR

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

MIT License

Stars
2
Committers
2

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")