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

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. knitr,
  37. miniUI,
  38. purrr,
  39. rlang,
  40. rmarkdown,
  41. rstudioapi,
  42. shiny (>= 0.13),
  43. stringi,
  44. tidyr,
  45. utils
  46. Suggests:
  47. jsonlite,
  48. rematch2,
  49. stringr,
  50. testthat
  51. Encoding: UTF-8
  52. LazyData: true
  53. Roxygen: list(markdown = TRUE)
  54. RoxygenNote: 6.1.0