🔍 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.

55 lines
1.5KB

  1. Package: regexplain
  2. Title: Rstudio Addin to Explain, Test and Build Regular
  3. Expressions
  4. Version: 0.2.2.9000
  5. Date: 2018-04-04
  6. Authors@R:
  7. c(person(given = "Garrick",
  8. family = "Aden-Buie",
  9. role = c("aut", "cre"),
  10. email = "g.adenbuie@gmail.com"),
  11. person(given = "Winston",
  12. family = "Chang",
  13. role = "ctb",
  14. comment = "Author of textInput and textAreaInput fragments from shiny"),
  15. person(given = "Yihui",
  16. family = "Xie",
  17. role = "ctb",
  18. comment = "Author of escape_html fragment from highr"),
  19. person(family = "RStudio",
  20. role = "cph",
  21. comment = "Copyright holder of included shiny fragments"))
  22. Description: A set of RStudio Addins to help interactively test
  23. and build regular expressions. Provides a Shiny gadget interface for
  24. interactively constructing the regular expression and viewing the
  25. results from common string-searching functions. The gadget interface
  26. includes a helpful regex syntax reference sheet and a library of
  27. common patterns.
  28. License: GPL-3
  29. URL: https://github.com/gadenbuie/regexplain
  30. BugReports: https://github.com/gadenbuie/regexplain/issues
  31. Depends:
  32. R (>= 3.2)
  33. Imports:
  34. dplyr,
  35. htmltools,
  36. jsonlite,
  37. knitr,
  38. miniUI,
  39. purrr,
  40. rlang,
  41. rmarkdown,
  42. rstudioapi,
  43. shiny (>= 0.13),
  44. stringi,
  45. stringr,
  46. tidyr,
  47. utils
  48. Suggests:
  49. testthat,
  50. rematch2
  51. Encoding: UTF-8
  52. LazyData: true
  53. Roxygen: list(markdown = TRUE)
  54. RoxygenNote: 6.1.0