-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 941 Bytes
/
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
Package: shinyhwt
Title: Highlighting for Text Inputs in Shiny and htmlwidgets
Version: 0.0.0.9000
Authors@R:
c(
person(
given = "Maximilian",
family = "Held",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4703-5388")
)
)
Description:
Enables highlighting of text inside text inputs to improve the user experience.
Highlights texts based on strings, regular expressions or R objects.
Wraps the highlighting-within-textinputs javascript library for shiny.
License: MIT + file LICENSE
Language: en
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9999
URL: https://www.maxheld.de/shinyjwt, https://github.com/maxheld83/shinyhwt
BugReports: https://github.com/maxheld83/shinyhwt/issues
Suggests:
testthat (>= 3.0.0)
Imports:
shiny (>= 1.6),
htmlwidgets (>= 1.5)
Config/testthat/edition: 3