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

55 lines
1.5KB

  1. Package: regexplain
  2. Title: Rstudio Addin to Explain, Test and Build Regular
  3. Expressions
  4. Version: 0.2.2.9000
  5. Date: 2018-04-04
  6. Authors@R:
  7. c(person(given = "Garrick",
  8. family = "Aden-Buie",
  9. role = c("aut", "cre"),
  10. email = "g.adenbuie@gmail.com"),
  11. person(given = "Winston",
  12. family = "Chang",
  13. role = "ctb",
  14. comment = "Author of textInput and textAreaInput fragments from shiny"),
  15. person(given = "Yihui",
  16. family = "Xie",
  17. role = "ctb",
  18. comment = "Author of escape_html fragment from highr"),
  19. person(family = "RStudio",
  20. role = "cph",
  21. comment = "Copyright holder of included shiny fragments"))
  22. Description: A set of RStudio Addins to help interactively test
  23. and build regular expressions. Provides a Shiny gadget interface for
  24. interactively constructing the regular expression and viewing the
  25. results from common string-searching functions. The gadget interface
  26. includes a helpful regex syntax reference sheet and a library of
  27. common patterns.
  28. License: GPL-3
  29. URL: https://github.com/gadenbuie/regexplain
  30. BugReports: https://github.com/gadenbuie/regexplain/issues
  31. Depends:
  32. R (>= 3.2)
  33. Imports:
  34. dplyr,
  35. htmltools,
  36. jsonlite,
  37. knitr,
  38. miniUI,
  39. purrr,
  40. rematch2,
  41. rlang,
  42. rmarkdown,
  43. rstudioapi,
  44. shiny (>= 0.13),
  45. stringi,
  46. stringr,
  47. tidyr,
  48. utils
  49. Suggests:
  50. testthat
  51. Encoding: UTF-8
  52. LazyData: true
  53. Roxygen: list(markdown = TRUE)
  54. RoxygenNote: 6.1.0