Skip to content

Commit 28e8715

Browse files
remove unnecessary dontrun
1 parent 5d4a0ba commit 28e8715

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

R/palettes.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
#' @examples
1414
#' palette_lgbtq("bisexual")
1515
#'
16-
#' \dontrun{
1716
#' library(ggplot2)
1817
#' ggplot(data.frame(x = 1:10, y = 15:6,
1918
#' group = rep(c("a", "b"), each = 5)),
2019
#' aes(x = x, y = y, color = group)) +
2120
#' geom_point(size = 4) +
2221
#' scale_color_manual(values = palette_lgbtq("intersex"))
23-
#' }
2422
#'
2523
#' @export
2624
palette_lgbtq <- function(name) {

R/themes.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#' @return A ggplot2 `theme` object.
1515
#'
1616
#' @examples
17-
#' \dontrun{
1817
#' library(ggplot2)
1918
#' ggplot(data.frame(x = 1:10, y = 15:6,
2019
#' group = rep(c("a", "b"), each = 5)),
@@ -23,7 +22,6 @@
2322
#' scale_color_manual(values = palette_lgbtq("intersex")) +
2423
#' # Use the same name as for values, preferably
2524
#' theme_lgbtq("intersex")
26-
#' }
2725
#'
2826
#' @importFrom ggplot2 theme element_rect element_line rel
2927
#' @export

man/palette_lgbtq.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/theme_lgbtq.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)