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 88973440ef Update readme il y a 8 ans
data Move app to project root directory il y a 8 ans
docs Add app story overlay and refactor screen movements il y a 8 ans
www Update readme il y a 8 ans
.Rbuildignore Initial Commit il y a 8 ans
.gitignore Initial Commit il y a 8 ans
README.Rmd Update readme il y a 8 ans
README.md Update readme il y a 8 ans
app.R Link to images without leading slash il y a 8 ans
screens.R Move app to project root directory il y a 8 ans
tinder4cancer.Rproj Initial Commit il y a 8 ans

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: