From 998f79c86524eb15bf394c1c90fbeda61ab8fa65 Mon Sep 17 00:00:00 2001 From: "matt.vasquez" Date: Fri, 14 May 2021 06:57:46 -0500 Subject: [PATCH] update README --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a9533a..9228fb0 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 -- GitLab