Skip to content

Commit

Permalink
fix ladderize not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 8, 2025
1 parent 473628a commit 32f9d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/align-phylo.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ AlignPhylo <- ggproto("AlignPhylo", Align,
# why R CMD check doesn't give error even I don't add ape to dependency
if (!is.null(self$ladderize)) {
phylo <- ape::ladderize(phylo,
right = identical(ladderize, "right")
right = identical(self$ladderize, "right")
)
}
inject(fortify_data_frame.phylo(data = phylo, !!!self$params))
Expand Down

0 comments on commit 32f9d31

Please sign in to comment.