Skip to content

Commit

Permalink
fix: bad sample code snuk into commit
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 16, 2024
1 parent 482307d commit 0a91999
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(
#' plot(1:10)
#' ggplot2::ggplot(iris, ggplot2::aes(x = Petal.Length)) + ggplot2::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 0a91999

Please sign in to comment.