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

29 lines
816B

  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: c(
  6. person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre")),
  7. person("Winston", "Chang", role = c("ctb"), comment = "Author of textInput and textAreaInput fragments from shiny"),
  8. person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments")
  9. )
  10. Description: Test and view regexes.
  11. Depends: R (>= 3.4.3)
  12. License: GPL-3
  13. Encoding: UTF-8
  14. LazyData: true
  15. Imports:
  16. purrr,
  17. dplyr,
  18. rmarkdown,
  19. utils,
  20. tidyr,
  21. rstudioapi,
  22. shiny,
  23. miniUI
  24. RoxygenNote: 6.0.1
  25. URL: https://github.com/gadenbuie/regexplain
  26. BugReports: https://github.com/gadenbuie/regexplain/issues
  27. Suggests:
  28. testthat