Skip to content

Commit

Permalink
theme_transparent is unused, so remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kopperud committed Jan 10, 2025
1 parent cd7e55f commit 7d74c32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Imports: ape (>= 5.4), phytools (>= 0.7-70), dplyr (>= 1.0.0),
ggtree (>= 3.6.1), tidytree (>= 0.3.4), treeio (>= 1.12.0),
ggplot2 (>= 3.4.0), reshape (>= 0.8.8), methods (>= 4.1.0),
tidyr (>= 1.1.0), tibble (>= 3.0.1), gginnards (>= 0.0.3),
ggplotify (>= 0.0.5), ggpp, ggimage,
ggplotify (>= 0.0.5), ggpp,
png (>= 0.1-7), stats (>= 4.0.1), utils (>= 4.0.1),
grDevices (>= 4.0.1), deeptime (>= 0.1.0), scales (>= 1.1.1),
jsonlite, purrr
Expand Down
3 changes: 0 additions & 3 deletions R/plotAncStatesPie.R
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,6 @@ plotAncStatesPie <- function(t,
order = 1)
p <- p + ggplot2::guides(size = "none")

# import theme
theme_transparent <- ggimage::theme_transparent()

# plot pies at nodes (and shoulders)
if (cladogenetic == TRUE) {

Expand Down
2 changes: 1 addition & 1 deletion inst/developers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ Imports: ape (>= 5.4), phytools (>= 0.7-70), dplyr (>= 1.0.0),
ggtree (>= 3.6.1), tidytree (>= 0.3.4), treeio (>= 1.12.0),
ggplot2 (>= 3.4.0), reshape (>= 0.8.8), methods (>= 4.1.0),
tidyr (>= 1.1.0), tibble (>= 3.0.1), gginnards (>= 0.0.3),
ggplotify (>= 0.0.5), ggpp, ggimage, png (>= 0.1-7),
ggplotify (>= 0.0.5), ggpp, png (>= 0.1-7),
stats (>= 4.0.1), utils (>= 4.0.1), grDevices (>= 4.0.1),
deeptime (>= 0.1.0), scales (>= 1.1.1)
```
Expand Down

0 comments on commit 7d74c32

Please sign in to comment.