tests/testthat/roxygen-examples-complete/15-roxygen-dontrun-indention-in.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 10, 2024, 4 a.m.