|
|
преди 8 години | |
|---|---|---|
| data | преди 8 години | |
| docs | преди 8 години | |
| www | преди 8 години | |
| .Rbuildignore | преди 8 години | |
| .gitignore | преди 8 години | |
| README.Rmd | преди 8 години | |
| README.md | преди 8 години | |
| app.R | преди 8 години | |
| screens.R | преди 8 години | |
| tinder4cancer.Rproj | преди 8 години | |

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.