--- output: github_document --- ```{r setup, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` # tinder4cancer ## Dependencies ```{r} devtools::install_github("nstrayer/shinysense") devtools::install_github("hrbrmstr/hrbrthemes") install.packages("shinyjs") # Also requires pkgs <- c( "htmlwidgets", "shiny", "dplyr", "readxl", "here", "purrr", "ggplot2" ) # install.packages(pkgs) ```