-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.76 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Type: Package
Package: sortable
Title: Drag-and-Drop in 'shiny' Apps with 'SortableJS'
Version: 0.5.0.9000
Authors@R:
c(person(given = "Andrie",
family = "de Vries",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Barret",
family = "Schloerke",
role = "aut",
email = "[email protected]"),
person(given = "Kenton",
family = "Russell",
role = c("aut", "ccp"),
email = "[email protected]",
comment = "Original author"),
person("RStudio", role = c("cph", "fnd")),
person(given = "Lebedev",
family = "Konstantin",
role = "cph",
comment = "'SortableJS', https://sortablejs.github.io/Sortable/"))
Description: Enables drag-and-drop behaviour in Shiny apps, by exposing the
functionality of the 'SortableJS' <https://sortablejs.github.io/Sortable/>
JavaScript library as an 'htmlwidget'.
You can use this in Shiny apps and widgets, 'learnr' tutorials as well as
R Markdown. In addition, provides a custom 'learnr' question type -
'question_rank()' - that allows ranking questions with drag-and-drop.
License: MIT + file LICENSE
URL: https://rstudio.github.io/sortable/
BugReports: https://github.com/rstudio/sortable/issues
Imports:
htmltools,
htmlwidgets,
learnr (>= 0.10.0),
shiny (>= 1.9.0),
assertthat,
jsonlite,
utils,
rlang (>= 1.0.0)
Suggests:
base64enc,
knitr,
testthat (>= 2.1.0),
withr,
rmarkdown,
magrittr,
webshot,
spelling,
covr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Config/testthat/edition: 3