Skip to content

Commit

Permalink
Include kableExtra in requiredPackageNames
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Aug 9, 2021
1 parent 4697ddb commit 599ce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subpopr/R/installOrLoadPackages.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requiredPackageNames_biocManPackages <- c("BiocParallel")
requiredPackageNames <- c("fpc","ape","getopt","optparse","readr","dplyr","forcats",
requiredPackageNames <- c("fpc","ape","getopt","optparse","readr","dplyr","forcats","kableExtra",
"ggplot2","tidyr","gridExtra","DT","cluster","ggrepel",
"data.table","rmarkdown",# for report rendering
"batchtools","futile.logger",
Expand Down

0 comments on commit 599ce46

Please sign in to comment.