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'
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
Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev
Repository: https://rstudio.r-universe.dev
Date/Publication: 2026-02-18 08:38:34 UTC
RemoteUrl: https://github.com/rstudio/sortable
RemoteRef: HEAD
RemoteSha: ba72387a53ad9681b508e0b7234fc631367e2661
NeedsCompilation: no
Packaged: 2026-06-22 15:32:27 UTC; root
Author: Andrie de Vries [cre, aut],
Barret Schloerke [aut],
Kenton Russell [aut, ccp] (Original author),
Posit [cph, fnd],
Lebedev Konstantin [cph] ('SortableJS',
https://sortablejs.github.io/Sortable/)
Maintainer: Andrie de Vries