Skip to content

Commit

Permalink
cran - reduce example runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 19, 2022
1 parent 868a6fb commit ac2ca9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.7.0
Date: 2022-01-19 01:19:01 UTC
SHA: 1b029346d36a186f1cb32a93343fe7cbd9b8d799
Date: 2022-01-19 11:36:38 UTC
SHA: 868a6fbb3a271c21ba17593f624cc2e50b79a67c
8 changes: 5 additions & 3 deletions R/plot-time_series_boxplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
#' .facet_ncol = 2, # 2-column layout
#' .interactive = FALSE)
#'
#' \dontrun{
#' # Can also group inside & use .color_var
#' FANG %>%
#' mutate(year = year(date)) %>%
Expand All @@ -143,6 +144,7 @@
#' .facet_ncol = 4,
#' .facet_scales = "free",
#' .interactive = FALSE)
#' }
#'
#' # Can apply transformations to .value or .color_var
#' # - .value = log(adjusted)
Expand All @@ -165,9 +167,9 @@
#' date, adjusted,
#' .period = "3 months",
#' .smooth = TRUE,
#' .smooth_func = median,
#' .smooth_period = "5 years",
#' .facet_ncol = 2, # 2-column layout
#' .smooth_func = median, # Smoother function
#' .smooth_period = "5 years", # Smoother Period
#' .facet_ncol = 2,
#' .interactive = FALSE)
#'
#' @export
Expand Down
8 changes: 5 additions & 3 deletions man/plot_time_series_boxplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac2ca9b

Please sign in to comment.