-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 962 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
Package: dockViewR
Title: Layout Manager Widget for R and Shiny
Version: 0.1.0
Authors@R:
c(
person("David", "Granjon", , "dgranjon@ymail.com", role = c("aut", "cre")),
person("Nelson", "Stevens", email = "nelson.stevens92@gmail.com", role = "aut"),
person("Nicolas", "Bennett", email = "nicolas@cynkra.com", role = "aut"),
person("mathuo", email = "github.mathuo@gmail.com", role = "cph")
)
Description: Provides R bindings to the 'dockview' JavaScript library.
Create rearrangeable grid layouts in seconds.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
RoxygenNote: 7.3.2
Imports:
htmlwidgets,
htmltools,
shiny
Suggests:
roxy.shinylive,
shinytest2,
testthat (>= 3.0.0),
visNetwork
URL: https://github.com/cynkra/dockViewR, https://cynkra.github.io/dockViewR/
BugReports: https://github.com/cynkra/dockViewR/issues
Config/testthat/edition: 3