Skip to content

Commit a9d180f

Browse files
committed
Add donttest for circularize examples
1 parent 0b570ef commit a9d180f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ RdMacros:
3737
lifecycle
3838
Encoding: UTF-8
3939
Roxygen: list(markdown = TRUE)
40-
RoxygenNote: 7.2.2
40+
RoxygenNote: 7.2.3

R/circularize.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#' @family forming functions
2626
#' @inheritParams multi_mutator_
2727
#' @examples
28+
#' \donttest{
2829
#' # Attach packages
2930
#' library(rearrr)
3031
#' library(dplyr)
@@ -129,6 +130,7 @@
129130
#' geom_point() +
130131
#' theme_minimal()
131132
#' }
133+
#' }
132134
circularize <- function(data,
133135
y_col = NULL,
134136
.min = NULL,

man/circularize.Rd

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

0 commit comments

Comments
 (0)