fixed cmd running script problem for logo plots

This commit is contained in:
Tanushree Tunstall 2021-06-24 12:12:36 +01:00
parent e822f9f690
commit 762b1a3931
14 changed files with 206 additions and 748 deletions

View file

@ -7,6 +7,8 @@
# install.packages("gplots", dependencies = TRUE)
# library(gplots)
#}
require(extrafont)
require("getopt", quietly = TRUE) # cmd parse arguments
if (!require("tidyverse")) {