Skip to content

Commit 7fbb5f6

Browse files
committed
also install systemfonts (required by ggforce)
1 parent 1aed230 commit 7fbb5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-qmd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
install.packages("BiocManager")
5555
BiocManager::install(c("quarto", "remotes", "scales", "forcats",
56-
"dplyr", "tidyr", "ggplot2", "ggforce",
56+
"dplyr", "tidyr", "ggplot2", "systemfonts", "ggforce",
5757
"hrbrmstr/ggalt", "ggridges", "GGally", "ggsignif",
5858
"ggstatsplot", "gghighlight", "ggrepel",
5959
"ggtext", "ggnewscale", "ggrastr", "patchwork",

0 commit comments

Comments
 (0)