Skip to content

Commit

Permalink
Compatibility fix with Roxygen 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiastr committed Jan 28, 2024
1 parent e8680f6 commit 74780e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/print_xpose_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ print.xpose_plot <- function(x, page, ...) {
}
}

# Import print ggplot method
#' Import print ggplot method
#' @keywords internal
print.ggplot <- get('print.ggplot', envir = asNamespace('ggplot2'))


Expand Down
12 changes: 12 additions & 0 deletions man/print.ggplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74780e9

Please sign in to comment.