Skip to content

Commit 32f9d31

Browse files
committed
fix ladderize not found
1 parent 473628a commit 32f9d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: R/align-phylo.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ AlignPhylo <- ggproto("AlignPhylo", Align,
9797
# why R CMD check doesn't give error even I don't add ape to dependency
9898
if (!is.null(self$ladderize)) {
9999
phylo <- ape::ladderize(phylo,
100-
right = identical(ladderize, "right")
100+
right = identical(self$ladderize, "right")
101101
)
102102
}
103103
inject(fortify_data_frame.phylo(data = phylo, !!!self$params))

0 commit comments

Comments
 (0)