Skip to content

Commit

Permalink
chore(devcontainer.json): add packages required for R tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Jan 22, 2025
1 parent d21d2e9 commit d255ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages": "make,gcc,g++,cmake,clang-tidy,clang-format,clang,doxygen,ninja-build,libxtst6,libxt6"
},
"ghcr.io/rocker-org/devcontainer-features/r-packages:1": {
"packages": "RcppEigen,dplyr,ggplot2,jsonlite,magrittr,methods,Rcpp,scales,TMB,usethis,devtools,tibble",
"packages": "RcppEigen,dplyr,ggplot2,jsonlite,magrittr,methods,Rcpp,scales,TMB,usethis,devtools,tibble,tidyr,mockery,snowfall",
"installSystemRequirements": true
},
// option to run rstudio. you can type rserver into the command line to
Expand Down

0 comments on commit d255ea1

Please sign in to comment.