From c57c5a5433aaebe29244e874476c08c80b09a78d Mon Sep 17 00:00:00 2001 From: babaolanqiu Date: Sun, 13 Oct 2024 13:56:58 +0000 Subject: [PATCH] chore: Add "tidyomics" package to defaultPackages in .Rprofile --- postCreateCommand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postCreateCommand.sh b/postCreateCommand.sh index c2b5dbd..2689ba5 100644 --- a/postCreateCommand.sh +++ b/postCreateCommand.sh @@ -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) {