Value Spring: Tinder for Cancer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Garrick Aden-Buie 17fc941dc3 Update required packages il y a 8 ans
docs Add app story overlay and refactor screen movements il y a 8 ans
t4c Refactor screens into separate file il y a 8 ans
.Rbuildignore Initial Commit il y a 8 ans
.gitignore Initial Commit il y a 8 ans
README.Rmd Update required packages il y a 8 ans
tinder4cancer.Rproj Initial Commit il y a 8 ans

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