🔍 An RStudio addin slash regex utility belt
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

30 lines
821B

  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:
  12. R (>= 3.4.3),
  13. dplyr
  14. License: GPL-3
  15. Encoding: UTF-8
  16. LazyData: true
  17. Imports:
  18. purrr,
  19. rmarkdown,
  20. utils,
  21. tidyr,
  22. rstudioapi,
  23. shiny,
  24. miniUI
  25. RoxygenNote: 6.0.1
  26. URL: https://github.com/gadenbuie/regexplain
  27. BugReports: https://github.com/gadenbuie/regexplain/issues
  28. Suggests:
  29. testthat