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

24 lines
572B

  1. Package: regexplain
  2. Title: Rstudio addin to help you with your regexes (in progress)
  3. Version: 0.0.1.9000
  4. Date: 2018-03-07
  5. Authors@R: person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre"))
  6. Description: Test and view regexes.
  7. Depends:
  8. R (>= 3.4.3),
  9. dplyr
  10. License: MIT + file LICENSE
  11. Encoding: UTF-8
  12. LazyData: true
  13. Imports:
  14. purrr,
  15. rmarkdown,
  16. utils,
  17. tidyr,
  18. rstudioapi,
  19. shiny,
  20. miniUI
  21. RoxygenNote: 6.0.1
  22. URL: https://github.com/gadenbuie/regexplain
  23. BugReports: https://github.com/gadenbuie/regexplain/issues