-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.54 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.54 KB
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
Type: Package
Package: sortable
Title: Drag-and-Drop in 'shiny' Apps with 'SortableJS'
Version: 0.6.0
Authors@R: c(
person("Andrie", "de Vries", , "apdevries@gmail.com", role = c("cre", "aut")),
person("Barret", "Schloerke", , "barret@posit.co", role = "aut"),
person("Kenton", "Russell", , "kent.russell@timelyportfolio.com", role = c("aut", "ccp"),
comment = "Original author"),
person("Posit", role = c("cph", "fnd")),
person("Lebedev", "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:
assertthat,
cli,
htmltools,
htmlwidgets,
jsonlite,
learnr (>= 0.10.0),
rlang (>= 1.0.0),
shiny (>= 1.9.0),
utils
Suggests:
base64enc,
covr,
knitr,
magrittr,
rmarkdown,
shinytest2,
spelling,
testthat (>= 2.1.0),
webshot,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3