tests/testthat/roxygen-examples-complete/15-roxygen-dontrun-indention-out.R

#' Bla
#'
#' @examples
#' \dontrun{
#' xfun::write_utf8("1++1", file)
#' }
#' style_file(
#'   file,
#'    style = tidyverse_style, strict = TRUE
#'    )
#' \dontrun{
#' style_file(
#'   file,
#'    style = tidyverse_style, strict = TRUE
#'    )
#' }
#' if (TRUE)
#'   return(X)
#'
#' if (TRUE)
#' return(X)
#' if (TRUE)
#' return(X)
x <- y
r-lib/styler documentation built on April 30, 2024, 9 p.m.