|
|
преди 8 години | |
|---|---|---|
| docs | преди 8 години | |
| t4c | преди 8 години | |
| .Rbuildignore | преди 8 години | |
| .gitignore | преди 8 години | |
| README.Rmd | преди 8 години | |
| tinder4cancer.Rproj | преди 8 години | |
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# tinder4cancer
## 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)
```