UNCLASSIFIED

README.md 684 Bytes
Newer Older
Matt Vasquez's avatar
Matt Vasquez committed
1
## RStudio
Matt Vasquez's avatar
Matt Vasquez committed
2 3 4 5 6
[RStudio Server](https://rstudio.com/products/rstudio/#rstudio-server) is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management. data.

## Documentation

To learn more about Rstudio Server Opensouce [go to the complete documentation](https://support.rstudio.com/hc/en-us/articles/200552306-Getting-Started).
Matt Vasquez's avatar
Matt Vasquez committed
7 8 9 10 11 12 13 14 15

## R Libraries Included
ggplot2
data.table
dplyr
tidyr
knitr
caret
text2vec
16
oysteR
Matt Vasquez's avatar
Matt Vasquez committed
17 18

## Quickstart
Matt Vasquez's avatar
Matt Vasquez committed
19
`docker run --rm --name rstudio -it -p 8787:8787 registry1.dso.mil/ironbank/opensource/r/r-studio:1.4.1717`