-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 1.13 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
Package: shinymarkdown
Title: A WYSIWYG Markdown Editor in Shiny
Version: 0.0.0.9000
Authors@R:
c(
person(given = "Jonathan",
family = "Trattner",
role = c("aut", "cre"),
email = "jdt@jdtrat.com",
comment = c(ORCID = "0000-0002-1097-7603")),
person(given = "Nick",
family = "Strayer",
role = c("aut"),
email = "nick.strayer@gmail.com"),
person(given = "NHN",
family = "FE Development Lab",
role = "cph",
email = "dl_javascript@nhn.com",
comment = "Author of Toast UI Editor Javascript Library"),
person(given = "Paul",
family = c("Le Grand"),
role = c("ctb"),
email = "ptlegrand1@gmail.com")
)
Description: Provides the JavaScript-based 'Toast UI' markdown editor for use in Shiny applications.
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
Imports:
shiny,
whisker,
htmltools
URL: https://github.com/jdtrat/shinymarkdown
BugReports: https://github.com/jdtrat/shinymarkdown/issues
License: MIT + file LICENSE