diff --git a/README.md b/README.md index 4a9533accfd395b63b863662d4ab6267d06dfa33..9228fb03cc97173859136f3800cd3af77b851f83 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ -# Security Notes - -# This container is only approved for DoD use if it is NOT internet facing. Access should be achieved through a Zero Trust stack, for example, CNAP or any approved DoD VPN. - - +## RStudio [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). + +## R Libraries Included +ggplot2 +data.table +dplyr +tidyr +knitr +caret +text2vec + +## Quickstart +`docker run --rm --name rstudio -it -p 8787:8787 registry1.dso.mil/ironbank/opensource/r/r-studio:1.4.1106` \ No newline at end of file