Value Spring: Tinder for Cancer
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Garrick Aden-Buie 88973440ef Update readme 8 anos atrás
data Move app to project root directory 8 anos atrás
docs Add app story overlay and refactor screen movements 8 anos atrás
www Update readme 8 anos atrás
.Rbuildignore Initial Commit 8 anos atrás
.gitignore Initial Commit 8 anos atrás
README.Rmd Update readme 8 anos atrás
README.md Update readme 8 anos atrás
app.R Link to images without leading slash 8 anos atrás
screens.R Move app to project root directory 8 anos atrás
tinder4cancer.Rproj Initial Commit 8 anos atrás

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: