Value Spring: Tinder for Cancer
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Garrick Aden-Buie 17fc941dc3 Update required packages hace 8 años
docs Add app story overlay and refactor screen movements hace 8 años
t4c Refactor screens into separate file hace 8 años
.Rbuildignore Initial Commit hace 8 años
.gitignore Initial Commit hace 8 años
README.Rmd Update required packages hace 8 años
tinder4cancer.Rproj Initial Commit hace 8 años

README.Rmd

---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{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)
```