Skip to content

Commit 2bb93a4

Browse files
committed
Cosmetic change of package doc
1 parent 8d23770 commit 2bb93a4

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

R/styler-package.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
#' Non-invasive pretty printing of R code
2-
#'
3-
#' styler allows you to format `.R`, `.Rmd`, `.Rmarkdown` and/or
4-
#' `.qmd`, `.Rnw` files, R packages, or entire R source trees
1+
#' @description
2+
#' styler allows you to format `.qmd`, `.R`, `.Rmd`, `.Rmarkdown`,
3+
#' `.Rnw`, and/or `.Rprofile` files, R packages, or entire R source trees
54
#' according to a style guide.
65
#' The following functions can be used for styling:
76
#' * [style_text()] to style a character vector.
87
#' * [style_file()] to style a single file.
98
#' * [style_dir()] to style all files in a directory.
109
#' * [style_pkg()] to style the source files of an R package.
11-
#' * [styler_addins] (RStudio Addins) to style either selected code or the
10+
#' * [RStudio Addins][styler_addins] to style either selected code or the
1211
#' active file.
1312
#' @examples
1413
#' style_text("call( 1)")

man/styler-package.Rd

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

0 commit comments

Comments
 (0)