Explorar el Código

Update required packages

master
Garrick Aden-Buie hace 8 años
padre
commit
17fc941dc3
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. +15
    -0
      README.Rmd

+ 15
- 0
README.Rmd Ver fichero

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

Cargando…
Cancelar
Guardar