## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", warning = FALSE, message = FALSE, echo = FALSE, fig.align = 'center', fig.width = 6 ) options(tibble.print_min = 5, tibble.print_max = 5) ## ----setup, echo=FALSE-------------------------------------------------------- library(hatchR) ## ----eval=FALSE, echo=TRUE---------------------------------------------------- # install.packages("shiny") ## ----eval=FALSE, echo=TRUE---------------------------------------------------- # shiny::runGitHub("hatchR_shiny", "efelts-usfws") ## ----out.width = '100%'------------------------------------------------------- knitr::include_graphics("./img/Shiny_download.png") ## ----out.width = '100%'------------------------------------------------------- knitr::include_graphics("./img/Shiny_dir.png") ## ----out.width = '100%'------------------------------------------------------- knitr::include_graphics("./img/Rstudio_app.png")