Kaynağa Gözat

Document options in package help text

main
Garrick Aden-Buie 7 yıl önce
ebeveyn
işleme
d975ca60c6
2 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. +5
    -0
      R/regexplain-package.R
  2. +10
    -0
      man/regexplain-package.Rd

+ 5
- 0
R/regexplain-package.R Dosyayı Görüntüle

@@ -1,3 +1,8 @@
#' @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 utils getFromNamespace installed.packages packageVersion globalVariables
#' @importFrom rlang .data

+ 10
- 0
man/regexplain-package.Rd Dosyayı Görüntüle

@@ -14,6 +14,16 @@ A set of RStudio Addins to help interactively test
includes a helpful regex syntax reference sheet and a library of
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{
Useful links:
\itemize{

Yükleniyor…
İptal
Kaydet