Skip to content

Commit

Permalink
maybe fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 28, 2023
1 parent 91b675b commit cd98daf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/geom_fit_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ GeomFitText <- ggplot2::ggproto(
}
)

#' Used Internally
#' @importFrom grid makeContent
#' @rdname makeContent.fittexttree
#' @param ftt Fittexttree, used internally.
#' @export
makeContent.fittexttree <- function(ftt) {

Expand Down
14 changes: 14 additions & 0 deletions man/makeContent.fittexttree.Rd

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

0 comments on commit cd98daf

Please sign in to comment.