ソースを参照

Update required packages

master
コミット
17fc941dc3
1個のファイルの変更15行の追加0行の削除
  1. +15
    -0
      README.Rmd

+ 15
- 0
README.Rmd ファイルの表示



```{r} ```{r}
devtools::install_github("nstrayer/shinysense") 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)
``` ```

読み込み中…
キャンセル
保存