From 41a3ab75b184be74f452ce7b78eed765afaa2b8d Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Tue, 7 May 2024 11:17:34 -0700 Subject: [PATCH] add option to run rstudio #541 --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f838620c..0725e6b9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,12 @@ "ghcr.io/rocker-org/devcontainer-features/r-packages:1": { "packages": "RcppEigen,dplyr,ggplot2,jsonlite,magrittr,methods,Rcpp,scales,TMB,usethis,devtools", "installSystemRequirements": true - } + }, + // option to run rstudio. you can type rserver into the command line to + // get an session going (opens on a port, that you can open as a + // separate browser window). + // more details: https://github.com/rocker-org/devcontainer-features/blob/main/src/rstudio-server/README.md + "ghcr.io/rocker-org/devcontainer-features/rstudio-server:0": {} }, // // if we want quarto cli // more info: https://github.com/rocker-org/devcontainer-features/blob/main/src/quarto-cli/README.md