Skip to content

Commit c6f7ced

Browse files
0xMuluhgithub-actions[bot]
authored andcommitted
Style R code with styler
1 parent 07a4248 commit c6f7ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_packages.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pkgs_all <- read.table(packages)[, 1]
8282

8383
# This will be installed manually later in this script
8484
# since it requires the latest devel update
85-
pkgs_all <- setdiff(pkgs_all, "Maaslin2")
85+
pkgs_all <- setdiff(pkgs_all, "Maaslin2")
8686

8787
# Customization
8888
# Github packages must be installed separately

0 commit comments

Comments
 (0)