Package: bslib
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
Version: 0.12.0.9000
Authors@R: c(
    person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4958-2844")),
    person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
    person("Garrick", "Aden-Buie", , "garrick@posit.co", role = "aut",
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Posit Software, PBC", role = c("cph", "fnd")),
    person(, "Bootstrap contributors", role = "ctb",
           comment = "Bootstrap library"),
    person(, "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(, "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,
    fastmap (>= 1.1.1),
    grDevices,
    htmltools (>= 0.5.8),
    jquerylib (>= 0.1.3),
    jsonlite,
    lifecycle,
    memoise (>= 2.0.1),
    mime,
    rlang,
    sass (>= 0.4.9)
Suggests:
    brand.yml,
    bsicons,
    curl,
    fontawesome,
    future,
    ggplot2,
    knitr,
    lattice,
    magrittr,
    rappdirs,
    rmarkdown (>= 2.7),
    shiny (>= 1.11.1.9000),
    testthat,
    thematic,
    tools,
    utils,
    withr,
    yaml
Config/Needs/deploy: BH, chiflights22, colourpicker, commonmark, cpp11,
    cpsievert/chiflights22, cpsievert/histoslider, dplyr, DT, ggplot2,
    ggridges, gt, hexbin, histoslider, htmlwidgets, lattice, leaflet,
    lubridate, markdown, modelr, plotly, reactable, reshape2, rprojroot,
    rsconnect, rstudio/shiny, scales, styler, tibble
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/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: zzzz-bs-sass, fonts, zzz-precompile, theme-*,
    rmd-*
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Collate:
    'accordion.R'
    'breakpoints.R'
    'bs-current-theme.R'
    'bs-dependencies.R'
    'bs-global.R'
    'bs-remove.R'
    'bs-theme-layers.R'
    'bs-theme-preset-bootswatch.R'
    'bs-theme-preset-brand.R'
    'bs-theme-preset-builtin.R'
    'bs-theme-preset.R'
    'utils.R'
    'bs-theme-preview.R'
    'bs-theme-update.R'
    'bs-theme.R'
    'bslib-package.R'
    'buttons.R'
    'card.R'
    'deprecated.R'
    'files.R'
    'fill.R'
    'imports.R'
    'input-code-editor.R'
    'input-dark-mode.R'
    'input-submit.R'
    'input-switch.R'
    'layout.R'
    'nav-items.R'
    'nav-update.R'
    'navbar_options.R'
    'navs-legacy.R'
    'navs.R'
    'offcanvas.R'
    'onLoad.R'
    'page.R'
    'popover.R'
    'precompiled.R'
    'print.R'
    'shiny-devmode.R'
    'sidebar.R'
    'staticimports.R'
    'toast.R'
    'toolbar.R'
    'tooltip.R'
    'utils-deps.R'
    'utils-shiny.R'
    'utils-tags.R'
    'value-box.R'
    'version-default.R'
    'versions.R'
