Procházet zdrojové kódy

fix install params to install suggests as well

outline
Garrick Aden-Buie před 6 roky
rodič
revize
c792f5ea1e
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      setup.md

+ 4
- 1
setup.md Zobrazit soubor

@@ -15,7 +15,10 @@ install.packages("devtools")
Then, you can install the `js4shiny` package with the following code. If you run into any issues, don't worry: we can diagnose them together at the workshop.

```r
devtools::install_git("https://git.garrickadenbuie.com/js4shiny/js4shiny.git")
devtools::install_git(
url = "https://git.garrickadenbuie.com/js4shiny/js4shiny.git",
dependencies = TRUE
)
```

### Node and npm

Načítá se…
Zrušit
Uložit