Package: shiny
Type: Package
Title: Web Application Framework for R
Version: 1.6.0
Authors@R: c(
    person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
    person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
    person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
    person("Carson", "Sievert", role = "aut", email = "carson@rstudio.com"),
    person("Barret", "Schloerke", role = "aut", email = "barret@rstudio.com"),
    person("Yihui", "Xie", role = "aut", email = "yihui@rstudio.com"),
    person("Jeff", "Allen", role = "aut", email = "jeff@rstudio.com"),
    person("Jonathan", "McPherson", role = "aut", email = "jonathan@rstudio.com"),
    person("Alan", "Dipert", role = "aut"),
    person("Barbara", "Borges", role = "aut"),
    person(family = "RStudio", role = "cph"),
    person(family = "jQuery Foundation", role = "cph",
    comment = "jQuery library and jQuery UI library"),
    person(family = "jQuery contributors", role = c("ctb", "cph"),
    comment = "jQuery library; authors listed in inst/www/shared/jquery-AUTHORS.txt"),
    person(family = "jQuery UI contributors", role = c("ctb", "cph"),
    comment = "jQuery UI library; authors listed in inst/www/shared/jqueryui/AUTHORS.txt"),
    person("Mark", "Otto", role = "ctb",
    comment = "Bootstrap library"),
    person("Jacob", "Thornton", role = "ctb",
    comment = "Bootstrap library"),
    person(family = "Bootstrap contributors", role = "ctb",
    comment = "Bootstrap library"),
    person(family = "Twitter, Inc", role = "cph",
    comment = "Bootstrap library"),
    person("Prem Nawaz", "Khan", role = "ctb",
    comment = "Bootstrap accessibility plugin"),
    person("Victor", "Tsaran", role = "ctb",
    comment = "Bootstrap accessibility plugin"),
    person("Dennis", "Lembree", role = "ctb",
    comment = "Bootstrap accessibility plugin"),
    person("Srinivasu", "Chakravarthula", role = "ctb",
    comment = "Bootstrap accessibility plugin"),
    person("Cathy", "O'Connor", role = "ctb",
    comment = "Bootstrap accessibility plugin"),
    person(family = "PayPal, Inc", role = "cph",
    comment = "Bootstrap accessibility plugin"),
    person("Stefan", "Petre", role = c("ctb", "cph"),
    comment = "Bootstrap-datepicker library"),
    person("Andrew", "Rowls", role = c("ctb", "cph"),
    comment = "Bootstrap-datepicker library"),
    person("Dave", "Gandy", role = c("ctb", "cph"),
    comment = "Font-Awesome font"),
    person("Brian", "Reavis", role = c("ctb", "cph"),
    comment = "selectize.js library"),
    person("Salmen", "Bejaoui", role = c("ctb", "cph"),
    comment = "selectize-plugin-a11y library"),
    person("Denis", "Ineshin", role = c("ctb", "cph"),
    comment = "ion.rangeSlider library"),
    person("Sami", "Samhuri", role = c("ctb", "cph"),
    comment = "Javascript strftime library"),
    person(family = "SpryMedia Limited", role = c("ctb", "cph"),
    comment = "DataTables library"),
    person("John", "Fraser", role = c("ctb", "cph"),
    comment = "showdown.js library"),
    person("John", "Gruber", role = c("ctb", "cph"),
    comment = "showdown.js library"),
    person("Ivan", "Sagalaev", role = c("ctb", "cph"),
    comment = "highlight.js library"),
    person(family = "R Core Team", role = c("ctb", "cph"),
    comment = "tar implementation from R")
    )
Description: Makes it incredibly easy to build interactive web
    applications with R. Automatic "reactive" binding between inputs and
    outputs and extensive prebuilt widgets make it possible to build
    beautiful, responsive, and powerful applications with minimal effort.
License: GPL-3 | file LICENSE
Depends:
    R (>= 3.0.2),
    methods
Imports:
    utils,
    grDevices,
    httpuv (>= 1.5.2),
    mime (>= 0.3),
    jsonlite (>= 0.9.16),
    xtable,
    digest (>= 0.6.25),
    htmltools (>= 0.5.0.9001),
    R6 (>= 2.0),
    sourcetools,
    later (>= 1.0.0),
    promises (>= 1.1.0),
    tools,
    crayon,
    rlang (>= 0.4.9),
    fastmap (>= 1.0.0),
    withr,
    commonmark (>= 1.7),
    glue (>= 1.3.2),
    bslib (>= 0.2.2.9002),
    cachem,
    ellipsis,
    lifecycle (>= 0.2.0)
Suggests:
    datasets,
    Cairo (>= 1.5-5),
    testthat (>= 2.1.1),
    knitr (>= 1.6),
    markdown,
    rmarkdown,
    ggplot2,
    reactlog (>= 1.0.0),
    magrittr,
    shinytest (>= 1.4.0.9003),
    yaml,
    future,
    dygraphs,
    ragg,
    showtext,
    sass
URL: https://shiny.rstudio.com/
BugReports: https://github.com/rstudio/shiny/issues
Collate:
    'globals.R'
    'app-state.R'
    'app_template.R'
    'bind-cache.R'
    'bind-event.R'
    'bookmark-state-local.R'
    'stack.R'
    'bookmark-state.R'
    'bootstrap-deprecated.R'
    'bootstrap-layout.R'
    'conditions.R'
    'map.R'
    'utils.R'
    'bootstrap.R'
    'cache-utils.R'
    'deprecated.R'
    'devmode.R'
    'diagnose.R'
    'fileupload.R'
    'font-awesome.R'
    'graph.R'
    'reactives.R'
    'reactive-domains.R'
    'history.R'
    'hooks.R'
    'html-deps.R'
    'image-interact-opts.R'
    'image-interact.R'
    'imageutils.R'
    'input-action.R'
    'input-checkbox.R'
    'input-checkboxgroup.R'
    'input-date.R'
    'input-daterange.R'
    'input-file.R'
    'input-numeric.R'
    'input-password.R'
    'input-radiobuttons.R'
    'input-select.R'
    'input-slider.R'
    'input-submit.R'
    'input-text.R'
    'input-textarea.R'
    'input-utils.R'
    'insert-tab.R'
    'insert-ui.R'
    'jqueryui.R'
    'knitr.R'
    'middleware-shiny.R'
    'middleware.R'
    'timer.R'
    'shiny.R'
    'mock-session.R'
    'modal.R'
    'modules.R'
    'notifications.R'
    'priorityqueue.R'
    'progress.R'
    'react.R'
    'reexports.R'
    'render-cached-plot.R'
    'render-plot.R'
    'render-table.R'
    'run-url.R'
    'runapp.R'
    'serializers.R'
    'server-input-handlers.R'
    'server-resource-paths.R'
    'server.R'
    'shiny-options.R'
    'shiny-package.R'
    'shinyapp.R'
    'shinyui.R'
    'shinywrappers.R'
    'showcase.R'
    'snapshot.R'
    'tar.R'
    'test-export.R'
    'test-server.R'
    'test.R'
    'update-input.R'
    'utils-lang.R'
    'viewer.R'
RoxygenNote: 7.1.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
