🔍 An RStudio addin slash regex utility belt
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
519B

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