Package: regexplain Title: Rstudio Addin to Explain, Test and Build Regular Expressions Version: 0.2.2.9000 Authors@R: c(person(given = "Garrick", family = "Aden-Buie", role = c("aut", "cre"), email = "g.adenbuie@gmail.com"), person(given = "Winston", family = "Chang", role = "ctb", comment = "Author of textInput and textAreaInput fragments from shiny"), person(given = "Yihui", family = "Xie", role = "ctb", comment = "Author of escape_html fragment from highr"), person(family = "RStudio", role = "cph", comment = "Copyright holder of included shiny fragments")) Description: A set of RStudio Addins to help interactively test and build regular expressions. Provides a Shiny gadget interface for interactively constructing the regular expression and viewing the results from common string-searching functions. The gadget interface includes a helpful regex syntax reference sheet and a library of common patterns. License: GPL-3 URL: https://github.com/gadenbuie/regexplain BugReports: https://github.com/gadenbuie/regexplain/issues Depends: R (>= 3.2) Imports: dplyr, htmltools, knitr, miniUI, purrr, rlang, rstudioapi, shiny (>= 0.13), stringi, utils Suggests: jsonlite, rematch2, stringr, testthat Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.0