-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: bsplus
Type: Package
Title: Adds Functionality to the R Markdown + Shiny Bootstrap Framework
Version: 0.1.3.9002
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
<https://getbootstrap.com/docs/3.3/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
Depends: R (>= 3.3.0)
Imports:
htmltools,
magrittr,
purrr,
lubridate,
stringr,
rmarkdown,
glue,
jsonlite,
methods
URL: https://github.com/ijlyttle/bsplus
BugReports: https://github.com/ijlyttle/bsplus/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Encoding: UTF-8
Suggests: testthat,
shiny,
covr,
knitr,
markdown