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: