Skip to content

Commit

Permalink
chore: Add "tidyomics" package to defaultPackages in .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
h4rvey-g committed Oct 13, 2024
1 parent 93b8588 commit c57c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo 'if (interactive() && Sys.getenv("RSTUDIO") == "") {
# add github hosts
curl https://gitlab.com/ineo6/hosts/-/raw/master/next-hosts | sudo tee -a /etc/hosts
# use pak to install "rliger,Seurat,qs,targets"
Rscript -e 'pak::pkg_install(c("rliger","Seurat","qs","targets","crew", "skimr"))'
Rscript -e 'pak::pkg_install(c("rliger","Seurat","qs","targets","crew", "skimr", "tidyomics"))'
# add library(tidyverse) and library(qs) to .Rprofile
echo 'options(defaultPackages=c(getOption("defaultPackages"), "tidyverse", "targets", "skimr", "gittargets"))' >>~/.Rprofile
echo 'options(languageserver.formatting_style = function(options) {
Expand Down

0 comments on commit c57c5a5

Please sign in to comment.