🔍 An RStudio addin slash regex utility belt
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

30 lines
827B

  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. knitr,
  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