Package: shiny.semantic
Type: Package
Title: Semantic UI Support for Shiny
Version: 0.4.3
Authors@R: c(person("Filip", "Stachura", email = "filip@appsilon.com", role = "aut"),
  person("Dominik", "Krzeminski", email = "dominik@appsilon.com", role = "aut"),
  person("Krystian", "Igras", email = "krystian@appsilon.com", role = "aut"),
  person("Adam", "Forys", email = "adam@appsilon.com", role = "aut"),
  person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = "aut"),
  person("Jakub", "Chojna", email = "jakub.chojna@appsilon.com", role = "aut"),
  person("Olga", "Mierzwa-Sulima", email = "olga@appsilon.com", role = "aut"),
  person("Ashley", "Baldry", role = "ctb"),
  person("Jakub", "Chojna", email = "jakub.chojna@appsilon.com", role = "ctb"),
  person("Olga", "Mierzwa-Sulima", email = "olga@appsilon.com", role = "ctb"),
  person("Pedro", "Manuel Coutinho da Silva", email = "pedro@appsilon.com", role = "ctb"),
  person("Paweł", "Przytuła", email = "pawel@appsilon.com", role = "ctb"),
  person("Kamil", "Żyła", email = "kamil@appsilon.com", role = "ctb"),
  person("Rabii", "Bouhestine", email = "rabii@appsilon.com", role = "ctb"),
  person("Developers", "Appsilon", email = "support+opensource@appsilon.com", role = "cre"),
  person(family = "Appsilon Sp. z o.o.", role = c("cph")))
Description: Creating a great user interface for your Shiny apps
    can be a hassle, especially if you want to work purely in R
    and don't want to use, for instance HTML templates. This
    package adds support for a powerful UI library Fomantic UI -
    <https://fomantic-ui.com/> (before Semantic). It also supports
    universal UI input binding that works with various DOM elements.
BugReports: https://github.com/Appsilon/shiny.semantic/issues
Encoding: UTF-8
License: MIT + file LICENSE
VignetteBuilder: knitr
Imports: shiny (>= 0.12.1), htmltools (>= 0.2.6), htmlwidgets (>= 0.8),
        purrr (>= 0.2.2), stats, magrittr, jsonlite, grDevices, glue,
        R6
Suggests: dplyr, tibble, knitr, testthat, lintr, DT, covr, leaflet,
        plotly, rmarkdown, markdown
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-06 18:20:58 UTC; jakub
Author: Filip Stachura [aut],
  Dominik Krzeminski [aut],
  Krystian Igras [aut],
  Adam Forys [aut],
  Paweł Przytuła [aut],
  Jakub Chojna [aut],
  Olga Mierzwa-Sulima [aut],
  Ashley Baldry [ctb],
  Jakub Chojna [ctb],
  Olga Mierzwa-Sulima [ctb],
  Pedro Manuel Coutinho da Silva [ctb],
  Paweł Przytuła [ctb],
  Kamil Żyła [ctb],
  Rabii Bouhestine [ctb],
  Developers Appsilon [cre],
  Appsilon Sp. z o.o. [cph]
Maintainer: Developers Appsilon <support+opensource@appsilon.com>
Repository: CRAN
Date/Publication: 2021-11-07 16:00:02 UTC
