Skip to content

Commit

Permalink
add option to run rstudio #541
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored and Andrea-Havron-NOAA committed May 8, 2024
1 parent 63e7770 commit 41a3ab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41a3ab7

Please sign in to comment.