Package: bslib
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Version: 0.5.0
Authors@R: c(
    person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")),
    person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
    person("Garrick", "Aden-Buie", role = "aut", email = "garrick@posit.co", comment = c(ORCID = "0000-0002-7111-0077")),
    person(given = "Posit Software, PBC", role = c("cph", "fnd")),
    person(family = "Bootstrap contributors", role = "ctb",
    comment = "Bootstrap library"),
    person(family = "Twitter, Inc", role = "cph",
    comment = "Bootstrap library"),
    person("Javi", "Aguilar", role = c("ctb", "cph"),
    comment = "Bootstrap colorpicker library"),
    person("Thomas", "Park", role = c("ctb", "cph"),
    comment = "Bootswatch library"),
    person(family = "PayPal", role = c("ctb", "cph"),
    comment = "Bootstrap accessibility plugin")
    )
Description: Simplifies custom 'CSS' styling of both 'shiny' and
    'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as
    well as their various 'Bootswatch' themes. An interactive widget is
    also provided for previewing themes in real time.
License: MIT + file LICENSE
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
BugReports: https://github.com/rstudio/bslib/issues
Depends: R (>= 2.10)
Imports: base64enc, cachem, grDevices, htmltools (>= 0.5.4), jquerylib
        (>= 0.1.3), jsonlite, memoise (>= 2.0.1), mime, rlang, sass (>=
        0.4.0)
Suggests: bsicons, curl, fontawesome, ggplot2, knitr, magrittr,
        rappdirs, rmarkdown (>= 2.7), shiny (>= 1.6.0), testthat,
        thematic, withr
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: 'accordion.R' 'bootswatch.R' 'breakpoints.R'
        'bs-current-theme.R' 'bs-dependencies.R' 'bs-global.R'
        'bs-remove.R' 'bs-theme-layers.R' 'utils.R'
        'bs-theme-preview.R' 'bs-theme-update.R' 'bs-theme.R' 'card.R'
        'deprecated.R' 'files.R' 'fill.R' 'imports.R' 'layout.R'
        'nav-items.R' 'nav-update.R' 'navs-legacy.R' 'navs.R'
        'onLoad.R' 'page.R' 'precompiled.R' 'print.R' 'shiny-devmode.R'
        'sidebar.R' 'staticimports.R' 'utils-shiny.R' 'utils-tags.R'
        'value-box.R' 'version-default.R' 'versions.R'
Config/testthat/edition: 3
Config/Needs/routine: chromote, desc, renv
Config/Needs/website: brio, crosstalk, dplyr, DT, ggplot2, glue,
        htmlwidgets, leaflet, lorem, palmerpenguins, plotly, purrr,
        rprojroot, rstudio/htmltools, scales, stringr, tidyr, webshot2
Config/Needs/deploy: BH, cpp11, dplyr, DT, ggplot2, ggridges, gt,
        hexbin, histoslider, lattice, leaflet, lubridate, modelr,
        nycflights13, plotly, reactable, reshape2, rprojroot,
        rsconnect, scales
NeedsCompilation: no
Packaged: 2023-06-09 12:27:20 UTC; cpsievert
Author: Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>),
  Joe Cheng [aut],
  Garrick Aden-Buie [aut] (<https://orcid.org/0000-0002-7111-0077>),
  Posit Software, PBC [cph, fnd],
  Bootstrap contributors [ctb] (Bootstrap library),
  Twitter, Inc [cph] (Bootstrap library),
  Javi Aguilar [ctb, cph] (Bootstrap colorpicker library),
  Thomas Park [ctb, cph] (Bootswatch library),
  PayPal [ctb, cph] (Bootstrap accessibility plugin)
Maintainer: Carson Sievert <carson@rstudio.com>
Repository: CRAN
Date/Publication: 2023-06-09 13:10:02 UTC
