-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 = "garrick@adenbuie.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.1