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

32 lines
853B

  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. stringr,
  17. stringi,
  18. purrr,
  19. dplyr,
  20. rmarkdown,
  21. knitr,
  22. utils,
  23. tidyr,
  24. rstudioapi,
  25. shiny,
  26. miniUI
  27. RoxygenNote: 6.0.1
  28. URL: https://github.com/gadenbuie/regexplain
  29. BugReports: https://github.com/gadenbuie/regexplain/issues
  30. Suggests:
  31. testthat