Skip to content

Commit

Permalink
Fixed console display
Browse files Browse the repository at this point in the history
  • Loading branch information
conmeehan committed Jul 17, 2023
1 parent 6c9b20f commit 2bc33c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ key: page-VizPhylo-ggtree
1. Open RStudio
2. Install the `ggtree` and `ggplot2` packages (if you have not already)
* `ggtree` is installed trhough Bioconductor, not the standard R libraries, so needs the installation of the bioconductor manager

```c
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
Expand Down

0 comments on commit 2bc33c2

Please sign in to comment.