Skip to content

Commit 85d8f72

Browse files
authored
Update install notes
1 parent 8e53f45 commit 85d8f72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ install.packages(c("fiery", "routr", "reqres", "htmltools", "base64enc", "plotly
2020
Installing the package and component libraries directly from GitHub using the `devtools` package is easy:
2121

2222
```r
23-
install_github("plotly/dash-html-components")
24-
install_github("plotly/dash-core-components")
25-
install_github("plotly/dash-table")
26-
install_github("plotly/dashR")
23+
library(devtools)
24+
install_github("plotly/dashR") # installs dashHtmlComponents, dashCoreComponents, and dashTable
2725
```
2826

2927
Now, load the packages in R:
@@ -32,6 +30,7 @@ Now, load the packages in R:
3230
library(dash)
3331
library(dashHtmlComponents)
3432
library(dashCoreComponents)
33+
library(dashTable)
3534
```
3635

3736
That's it!

0 commit comments

Comments
 (0)