Value Spring: Tinder for Cancer
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Garrick Aden-Buie 88973440ef Update readme 8 lat temu
data Move app to project root directory 8 lat temu
docs Add app story overlay and refactor screen movements 8 lat temu
www Update readme 8 lat temu
.Rbuildignore Initial Commit 8 lat temu
.gitignore Initial Commit 8 lat temu
README.Rmd Update readme 8 lat temu
README.md Update readme 8 lat temu
app.R Link to images without leading slash 8 lat temu
screens.R Move app to project root directory 8 lat temu
tinder4cancer.Rproj Initial Commit 8 lat temu

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: