Skip to content

Commit

Permalink
code note
Browse files Browse the repository at this point in the history
Yunuuuu committed Jan 10, 2025
1 parent 0d49ea0 commit 5286a13
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
@@ -94,7 +94,7 @@ AlignPhylo <- ggproto("AlignPhylo", Align,
},
compute = function(self, panel, index) {
phylo <- self$phylo
# why R CMD check doesn't give error even I don't add ape to dependency
# R CMD check won't give error even we don't add `ape` to the dependency
if (!is.null(self$ladderize)) {
phylo <- ape::ladderize(phylo,
right = identical(self$ladderize, "right")

0 comments on commit 5286a13

Please sign in to comment.