Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmichaelwright committed Apr 17, 2024
1 parent fd69343 commit 9fe5308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Depends: R (>= 3.4.2), tidyverse, ggbeeswarm, ggpubr, ggrepel, ggtext
License: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Expand Down
1 change: 1 addition & 0 deletions R/theme_gwaspr.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ theme_gwaspr <- function(x, bgFill = "grey95", lineColor = "white", linesize = 0
panel.grid = element_line(color = lineColor),
panel.border = element_rect(colour = "black", fill=NA, size=linesize),
strip.background = element_rect(colour = "black", fill = stripFill, size = linesize),
legend.key = element_rect(colour = "white"),
...)
}

0 comments on commit 9fe5308

Please sign in to comment.