Package: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.3.0
Authors@R: c(
  person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
  person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut")),
  person("Silvio", "Moreto", role = c("ctb", "cph"), comment = "bootstrap-select"),
  person("Ana", "Carolina", role = c("ctb", "cph"), comment = "bootstrap-select"),
  person("caseyjhol", role = c("ctb", "cph"), comment = "bootstrap-select"),
  person("Matt", "Bryson", role = c("ctb", "cph"), comment = "bootstrap-select"),
  person("t0xicCode", role = c("ctb", "cph"), comment = "bootstrap-select"),
  person("Mattia", "Larentis", role = c("ctb", "cph"), comment = "Bootstrap Switch"),
  person("Emanuele", "Marchi", role = c("ctb", "cph"), comment = "Bootstrap Switch"),
  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(family = "Flatlogic", role = "cph", comment = "Awesome Bootstrap Checkbox"),
  person("mouse0270", role = c("ctb", "cph"), comment = "Material Design Switch"),
  person("Tristan", "Edwards", role = c("ctb", "cph"), comment = "SweetAlert"),
  person("Fabian", "Lindfors", role = c("ctb", "cph"), comment = "multi.js")
  )
Description: Some custom inputs widgets to use in Shiny applications, like a toggle switch to replace checkboxes. And other components to pimp your apps.
URL: https://github.com/dreamRs/shinyWidgets
BugReports: https://github.com/dreamRs/shinyWidgets/issues
Depends: R (>= 3.2.0)
Imports: shiny (>= 0.13), htmltools, jsonlite
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: shinydashboard, formatR
NeedsCompilation: no
Packaged: 2017-06-11 18:45:53 UTC; Victor
Author: Victor Perrier [aut, cre],
  Fanny Meyer [aut],
  Silvio Moreto [ctb, cph] (bootstrap-select),
  Ana Carolina [ctb, cph] (bootstrap-select),
  caseyjhol [ctb, cph] (bootstrap-select),
  Matt Bryson [ctb, cph] (bootstrap-select),
  t0xicCode [ctb, cph] (bootstrap-select),
  Mattia Larentis [ctb, cph] (Bootstrap Switch),
  Emanuele Marchi [ctb, cph] (Bootstrap Switch),
  Mark Otto [ctb] (Bootstrap library),
  Jacob Thornton [ctb] (Bootstrap library),
  Bootstrap contributors [ctb] (Bootstrap library),
  Twitter, Inc [cph] (Bootstrap library),
  Flatlogic [cph] (Awesome Bootstrap Checkbox),
  mouse0270 [ctb, cph] (Material Design Switch),
  Tristan Edwards [ctb, cph] (SweetAlert),
  Fabian Lindfors [ctb, cph] (multi.js)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>
Repository: CRAN
Date/Publication: 2017-06-11 22:06:14 UTC
