forked from trestletech/shinyAce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.01 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
Package: shinyAce
Type: Package
Title: Ace Editor Bindings for Shiny
Version: 0.4.2
Date: 2022-5-5
Authors@R: c(
person("Vincent", "Nijs", role = c("aut", "cre"), email = "[email protected]"),
person("Forest", "Fang", role = "aut", email = "[email protected]"),
person(family = "Trestle Technology, LLC", role = "aut", email = "[email protected]"),
person("Jeff", "Allen", role = "aut", email = "[email protected]"),
person(family = "Institut de Radioprotection et de Surete Nucleaire", role = c("cph"), email = "[email protected]"),
person(family = "Ajax.org B.V.", role = c("ctb", "cph"), comment = "Ace"))
Description: Ace editor bindings to enable a rich text editing environment
within Shiny.
License: MIT + file LICENSE
Depends:
R (>= 3.3.0)
Imports:
shiny (>= 1.0.5),
jsonlite,
utils,
tools
Suggests:
testthat (>= 2.0.0),
dplyr (>= 0.8.3)
BugReports: https://github.com/trestletech/shinyAce/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Language: en-US