🔍 An RStudio addin slash regex utility belt
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

33 lines
859B

  1. Package: regexplain
  2. Title: Rstudio addin to help you with your regexes (in progress)
  3. Version: 0.1.0
  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. rlang,
  19. purrr,
  20. dplyr,
  21. rmarkdown,
  22. knitr,
  23. utils,
  24. tidyr,
  25. rstudioapi,
  26. shiny,
  27. miniUI
  28. RoxygenNote: 6.0.1
  29. URL: https://github.com/gadenbuie/regexplain
  30. BugReports: https://github.com/gadenbuie/regexplain/issues
  31. Suggests:
  32. testthat