Package: bsplus
Type: Package
Title: Adds Functionality to the R Markdown + Shiny Bootstrap Framework
Version: 0.1.2
Authors@R: c(
    person(
      given = "Ian",
      family = "Lyttle",
      email = "ian.lyttle@schneider-electric.com",
      role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0000-0001-9962-4849"),
    ),
    person(family = "Schneider Electric", role = c("cph")),
    person(given = "Alex", family = "Shum", email = "alex@ALShum.com", role = c("ctb")),
    person(given = "Emily", family = "Bosak", email = "berrye123@gmail.com", role = c("ctb"))
  )
Description: The Bootstrap framework lets you add some JavaScript functionality to your web site by
  adding attributes to your HTML tags - Bootstrap takes care of the JavaScript
  <https://getbootstrap.com/javascript>. If you are using R Markdown or Shiny, you can
  use these functions to create collapsible sections, accordion panels, modals, tooltips,
  popovers, and an accordion sidebar framework (not described at Bootstrap site).
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.3.0)
Imports: htmltools, magrittr, purrr, lubridate, stringr, rmarkdown,
        methods, glue, jsonlite
URL: https://github.com/ijlyttle/bsplus
BugReports: https://github.com/ijlyttle/bsplus/issues
RoxygenNote: 7.1.0
Encoding: UTF-8
Suggests: testthat, shiny, covr, knitr
NeedsCompilation: no
Packaged: 2020-06-24 23:14:01 UTC; sesa19001
Author: Ian Lyttle [aut, cre, cph] (<https://orcid.org/0000-0001-9962-4849>),
  Schneider Electric [cph],
  Alex Shum [ctb],
  Emily Bosak [ctb]
Maintainer: Ian Lyttle <ian.lyttle@schneider-electric.com>
Repository: CRAN
Date/Publication: 2020-06-25 06:10:03 UTC
