Value Spring: Tinder for Cancer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Garrick Aden-Buie 88973440ef Update readme 8 年前
data Move app to project root directory 8 年前
docs Add app story overlay and refactor screen movements 8 年前
www Update readme 8 年前
.Rbuildignore Initial Commit 8 年前
.gitignore Initial Commit 8 年前
README.Rmd Update readme 8 年前
README.md Update readme 8 年前
app.R Link to images without leading slash 8 年前
screens.R Move app to project root directory 8 年前
tinder4cancer.Rproj Initial Commit 8 年前

README.md

tinder4cancer

Talking about your cancer treatment options is hard, but we’re here to help.

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)

Web

This app uses: