Type: Package
Package: sortable
Title: Drag-and-Drop in 'shiny' Apps with 'SortableJS'
Version: 0.5.0
Authors@R: 
    c(person(given = "Andrie",
             family = "de Vries",
             role = c("cre", "aut"),
             email = "apdevries@gmail.com"),
      person(given = "Barret",
             family = "Schloerke",
             role = "aut",
             email = "barret@rstudio.com"),
      person(given = "Kenton",
             family = "Russell",
             role = c("aut", "ccp"),
             email = "kent.russell@timelyportfolio.com",
             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, assertthat,
        jsonlite, utils, ellipsis, rlang
Suggests: base64enc, knitr, testthat (>= 2.1.0), withr, rmarkdown,
        magrittr, webshot, spelling, covr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-03-26 12:26:29 UTC; apdev
Author: Andrie de Vries [cre, aut],
  Barret Schloerke [aut],
  Kenton Russell [aut, ccp] (Original author),
  RStudio [cph, fnd],
  Lebedev Konstantin [cph] ('SortableJS',
    https://sortablejs.github.io/Sortable/)
Maintainer: Andrie de Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-26 17:20:09 UTC
Built: R 4.5.2; ; 2025-11-01 02:40:06 UTC; windows
