|
- Package: regexplain
- Title: Rstudio Addin to Explain, Test and Build Regular Expressions
- Version: 0.1.5.9000
- Date: 2018-03-14
- Authors@R: c(
- person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre")),
- person("Winston", "Chang", role = c("ctb"), comment = "Author of textInput and textAreaInput fragments from shiny"),
- 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 regexp and viewing the results from common string-searching
- functions. Also provides a helpful reference sheet as an RStudio addin.
- Depends: R (>= 3.4)
- License: GPL-3
- Encoding: UTF-8
- LazyData: true
- Imports:
- stringr,
- stringi,
- rlang,
- purrr,
- dplyr,
- rmarkdown,
- knitr,
- utils,
- tidyr,
- rstudioapi,
- shiny,
- miniUI,
- jsonlite
- RoxygenNote: 6.0.1
- Roxygen: list(markdown = TRUE)
- URL: https://github.com/gadenbuie/regexplain
- BugReports: https://github.com/gadenbuie/regexplain/issues
- Suggests:
- testthat
|