Skip to content

Commit

Permalink
added packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tetomonti committed Apr 11, 2024
1 parent 097775f commit fe725b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/installR.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ installR <- function(
"tsne",
"umap",
"VennDiagram",
"vennr")
"vennr",
"venn")
## additional optional CRAN packages
add_cran_pkgs <- c(
"box",
"combinat",
"data.table",
"dendextend",
Expand All @@ -56,7 +58,7 @@ installR <- function(
"markdown",
"matrixStats",
"MEGENA",
"misc3d"
"misc3d",
"msigdbr",
"pamr",
"pbapply",
Expand Down

0 comments on commit fe725b1

Please sign in to comment.