Skip to content

Commit 679ff96

Browse files
authored
6122 fix exposed roxygen2 (#6219)
* Remove exposed #' roxygen tag in example * devtools::document() * Remove exposed roxygen `#'` tag * devtools::document()
1 parent 859f618 commit 679ff96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/coord-polar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#' # to demonstrate how these common plots can be described in the
2121
#' # grammar. Use with EXTREME caution.
2222
#'
23-
#' #' # A pie chart = stacked bar chart + polar coordinates
23+
#' # A pie chart = stacked bar chart + polar coordinates
2424
#' pie <- ggplot(mtcars, aes(x = factor(1), fill = factor(cyl))) +
2525
#' geom_bar(width = 1)
2626
#' pie + coord_polar(theta = "y")

R/guide-axis-stack.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NULL
2222
#' @export
2323
#'
2424
#' @examples
25-
#' #' # A standard plot
25+
#' # A standard plot
2626
#' p <- ggplot(mpg, aes(displ, hwy)) +
2727
#' geom_point() +
2828
#' theme(axis.line = element_line())

man/coord_polar.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/guide_axis_stack.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)