Package: bsplus
Type: Package
Title: Adds Functionality to the R Markdown + Shiny Bootstrap Framework
Version: 0.1.5.9000
Authors@R: c(
person(
given = "Ian",
family = "Lyttle",
email = "ijlyttle@me.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9962-4849"),
),
person(given = "Alex", family = "Shum", email = "alex@ALShum.com", role = c("ctb")),
person(given = "Emerson", family = "Berry", 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
. 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). Please note this package was
designed for Bootstrap 3.3.
License: MIT + file LICENSE
URL: https://ijlyttle.github.io/bsplus/,
https://github.com/ijlyttle/bsplus
Depends: R (>= 3.3.0)
Imports: htmltools, magrittr, purrr, lubridate, stringr, rmarkdown,
glue, jsonlite, methods
BugReports: https://github.com/ijlyttle/bsplus/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests: testthat, shiny, covr, knitr, markdown, withr, litedown
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev
Repository: https://ijlyttle.r-universe.dev
Date/Publication: 2025-04-06 13:11:14 UTC
RemoteUrl: https://github.com/ijlyttle/bsplus
RemoteRef: HEAD
RemoteSha: 1509173e8fecd7c88a19c67357dec998aef9c59d
NeedsCompilation: no
Packaged: 2026-06-19 09:36:04 UTC; root
Author: Ian Lyttle [aut, cre] (ORCID: ),
Alex Shum [ctb],
Emerson Berry [ctb]
Maintainer: Ian Lyttle