Преглед изворни кода

Update required packages

master
Garrick Aden-Buie пре 8 година
родитељ
комит
17fc941dc3
1 измењених фајлова са 15 додато и 0 уклоњено
  1. +15
    -0
      README.Rmd

+ 15
- 0
README.Rmd Прегледај датотеку

@@ -17,4 +17,19 @@ knitr::opts_chunk$set(

```{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)
```

Loading…
Откажи
Сачувај