Value Spring: Tinder for Cancer
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Garrick Aden-Buie 88973440ef Update readme 8 år sedan
data Move app to project root directory 8 år sedan
docs Add app story overlay and refactor screen movements 8 år sedan
www Update readme 8 år sedan
.Rbuildignore Initial Commit 8 år sedan
.gitignore Initial Commit 8 år sedan
README.Rmd Update readme 8 år sedan
README.md Update readme 8 år sedan
app.R Link to images without leading slash 8 år sedan
screens.R Move app to project root directory 8 år sedan
tinder4cancer.Rproj Initial Commit 8 år sedan

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: