瀏覽代碼

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…
取消
儲存