-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
21 lines (21 loc) · 964 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: dragulaR
Type: Package
Title: Drag and Drop Elements in 'Shiny' using 'Dragula Javascript Library'
Version: 0.3.2
Authors@R: c(person("Nicolas", "Bevacqua", role = c("aut", "cph"),
comment = "dragula library in htmlwidgets/lib, https://github.com/bevacqua/dragula"),
person("Zygmunt", "Zawadzki", role = c("aut", "cre"),
comment = "R interface", email = "[email protected]"),
person("Darren", "Maczka", role = c("ctb"), email = "[email protected]")
)
Maintainer: Zygmunt Zawadzki <[email protected]>
Description: Move elements between containers in 'Shiny' without explicitly using 'JavaScript'. It can be used to build custom inputs or to change the positions of user interface elements like plots or tables.
License: GPL-2
LazyData: TRUE
Depends: htmlwidgets, shiny
Imports: shinyjs, V8
RoxygenNote: 7.1.1
Suggests: covr,
testthat
BugReports: https://github.com/zzawadz/dragulaR/issues
URL: https://dragular.zstat.pl/