Skip to content

Commit 4e145f0

Browse files
committed
submission fix - reduce yPlot() example run time with 'dontrun'
1 parent c1382c2 commit 4e145f0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

R/yPlot.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@
215215
#' main = "CD3E",
216216
#' legend.show = FALSE)
217217
#'
218+
#' \dontrun{
219+
#' # (Due to unfortunate CRAN submission constraints)
220+
#'
218221
#' # Data can also be split in other ways with 'shape.by' or 'split.by'
219222
#' yPlot(data_frame = example_df, var = "gene1", group.by = "timepoint",
220223
#' plots = c("vlnplot", "boxplot", "jitter"),
@@ -237,6 +240,8 @@
237240
#' var = c("gene1", "gene2"),
238241
#' multivar.aes = "color")
239242
#'
243+
#' }
244+
#'
240245
#' @author Daniel Bunis, Jared Andrews
241246
#' @export
242247

man/yPlot.Rd

Lines changed: 5 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)