🔍 An RStudio addin slash regex utility belt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lines
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"