Skip to content

Commit 040eeed

Browse files
address feedback
1 parent b1d0815 commit 040eeed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

R/options.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
#'
2828
#' - `styler.cache_name`: character.
2929
#' The name of the styler cache to use.
30-
#' (default: current styler package version)
30+
#' (default: `r unlist(unname(read.dcf("DESCRIPTION")[, "Version"]), use.names = FALSE)`)
3131
#'
3232
#' - `styler.cache_root`: character.
33-
#' The directory where the cache files are stored.
33+
#' The directory where the cache files are stored. For more, see `help("caching")`.
3434
#' (default: `NULL`)
3535
#'
3636
#' - `styler.colored_print.vertical`: logical.
3737
#' It decides whether or not the output should be colored with `prettycode::highlight()`.
3838
#' (default: `TRUE`)
3939
#'
4040
#' - `styler.ignore_alignment`: logical.
41-
#' If `TRUE`, alignment, when detected, is ignored.
41+
#' If `TRUE`, alignment, when detected, is ignored. For more, see `vignette("detect-alignment")`.
4242
#' (default: `FALSE`)
4343
#'
4444
#' - `styler.ignore_start`, `styler.ignore_stop`: character.
45-
#' Regular expressions to ignore lines that match them.
45+
#' Regular expressions to ignore lines that match them. For more, see `help("stylerignore")`.
4646
#' (default: `"styler: off"` and `"styler: on"`, respectively)
4747
#'
4848
#' - `styler.quiet`: logical.

man/styler_options.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)