|
|
8 år sedan | |
|---|---|---|
| data | 8 år sedan | |
| docs | 8 år sedan | |
| www | 8 år sedan | |
| .Rbuildignore | 8 år sedan | |
| .gitignore | 8 år sedan | |
| README.Rmd | 8 år sedan | |
| README.md | 8 år sedan | |
| app.R | 8 år sedan | |
| screens.R | 8 år sedan | |
| tinder4cancer.Rproj | 8 år sedan | |

Talking about your cancer treatment options is hard, but we’re here to help.
Demo App: http://bit.ly/t4cm-demo
Navigate to app from mobile browser. Tap Share button. Choose Save to Home Screen.
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)This app uses:
A modified version of ion.rangeSlider for custom styles that better match a mobile app.
Animate.css for fancy transitions.
devices.css for mobile app devices in pure CSS.