Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
arcresu committed May 15, 2024
1 parent e6d6fbb commit 169c47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export(week_breaks)
importFrom(ape,as.phylo)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,rel)
importFrom(ggplot2,waiver)
importFrom(grid,unit)
importFrom(rlang,"%||%")
Expand Down
1 change: 1 addition & 0 deletions R/plot_calendar.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ plot_calendar <- function(
if (missing(phylepic)) wrapper else wrapper(phylepic)
}

#' @importFrom ggplot2 rel
theme_plot_calendar <- function() {
ggplot2::theme(
axis.title.y = ggplot2::element_blank(),
Expand Down

0 comments on commit 169c47e

Please sign in to comment.