Преглед изворни кода

Document options in package help text

main
Garrick Aden-Buie пре 7 година
родитељ
комит
d975ca60c6
2 измењених фајлова са 15 додато и 0 уклоњено
  1. +5
    -0
      R/regexplain-package.R
  2. +10
    -0
      man/regexplain-package.Rd

+ 5
- 0
R/regexplain-package.R Прегледај датотеку

#' @section Options:
#' - `regexplain.no.check.version` if `TRUE` or unset, the app will check for
#' updates on the first run of the session.
#' - `regexplain.addin.max_lines` controls the number of lines of text imported
#' into the gadget, defaults to 100. Higher values will degrade performance.
#' @importFrom dplyr "%>%" mutate filter group_by summarize select #' @importFrom dplyr "%>%" mutate filter group_by summarize select
#' @importFrom utils getFromNamespace installed.packages packageVersion globalVariables #' @importFrom utils getFromNamespace installed.packages packageVersion globalVariables
#' @importFrom rlang .data #' @importFrom rlang .data

+ 10
- 0
man/regexplain-package.Rd Прегледај датотеку

includes a helpful regex syntax reference sheet and a library of includes a helpful regex syntax reference sheet and a library of
common patterns. common patterns.
} }
\section{Options}{

\itemize{
\item \code{regexplain.no.check.version} if \code{TRUE} or unset, the app will check for
updates on the first run of the session.
\item \code{regexplain.addin.max_lines} controls the number of lines of text imported
into the gadget, defaults to 100. Higher values will degrade performance.
}
}

\seealso{ \seealso{
Useful links: Useful links:
\itemize{ \itemize{

Loading…
Откажи
Сачувај