Value Spring: Tinder for Cancer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Garrick Aden-Buie 736d2482e6 Move app to project root directory 8 vuotta sitten
data Move app to project root directory 8 vuotta sitten
docs Add app story overlay and refactor screen movements 8 vuotta sitten
www Move app to project root directory 8 vuotta sitten
.Rbuildignore Initial Commit 8 vuotta sitten
.gitignore Initial Commit 8 vuotta sitten
README.Rmd Update required packages 8 vuotta sitten
app.R Move app to project root directory 8 vuotta sitten
screens.R Move app to project root directory 8 vuotta sitten
tinder4cancer.Rproj Initial Commit 8 vuotta sitten

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