🔍 An RStudio addin slash regex utility belt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"