-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 830 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
32
33
34
Package: marker
Title: Dynamically highlight Text in 'Shiny' applications 'UI'
Version: 0.1.1
Date: 2021-09-15
Authors@R:
c(
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "jcoenep@gmail.com",
comment = c(ORCID = "0000-0002-6637-4107")
),
person(
given = "Julian",
family = "Kühnel",
role = "ctb"
)
)
Description: Dynamically highlight text in 'Shiny' by keywords,
ranges, or regular expressions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Depends: R (>= 2.10)
Imports:
R6,
shiny,
crayon,
jsonlite,
htmltools,
assertthat
RoxygenNote: 7.1.2
URL: https://github.com/JohnCoene/marker
BugReports: https://github.com/JohnCoene/marker/issues