Skip to content

Commit

Permalink
minor update to ggplot2 usage in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 19, 2024
1 parent c691b9f commit 9f9eee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/Reporter.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Reporter <- R6::R6Class( # nolint: object_name_linter.
#' card1$append_text("Header 2 text", "header2")
#' card1$append_text("A paragraph of default text", "header2")
#' card1$append_plot(
#' ggplot2::ggplot(iris, ggplot2::aes(x = Petal.Length)) + ggplot2::geom_histogram()
#' ggplot(iris, aes(x = Petal.Length)) + geom_histogram()
#' )
#'
#' card2 <- ReportCard$new()
Expand Down
4 changes: 2 additions & 2 deletions man/Reporter.Rd

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

0 comments on commit 9f9eee2

Please sign in to comment.