-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
34 lines (34 loc) · 1.42 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
Package: shinybootstrap2
Title: Bootstrap 2 web components for use with Shiny
Version: 0.2.1
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"),
person(family = "RStudio", role = "cph"),
person("Mark", "Otto", role = "ctb",
comment = "Bootstrap library"),
person("Jacob", "Thornton", role = "ctb",
comment = "Bootstrap library"),
person(family = "Bootstrap contributors", role = "ctb",
comment = "Bootstrap library; authors listed at https://github.com/twbs/bootstrap/graphs/contributors"),
person(family = "Twitter, Inc", role = "cph",
comment = "Bootstrap library"),
person("Brian", "Reavis", role = c("ctb", "cph"),
comment = "selectize.js library"),
person("Egor", "Khmelev", role = c("ctb", "cph"),
comment = "jslider library"),
person(family = "SpryMedia Limited", role = c("ctb", "cph"),
comment = "DataTables library")
)
Description: Provides Bootstrap 2 web components for use with the Shiny
package. With versions of Shiny prior to 0.11, these Bootstrap 2 components
were included as part of the package. Later versions of Shiny include
Bootstrap 3, so the Bootstrap 2 components have been moved into this
package for those uses who rely on features specific to Bootstrap 2.
Depends:
R (>= 3.0.0)
License: GPL-3 | file LICENSE
LazyData: true
Imports:
htmltools (>= 0.2.6),
jsonlite (>= 0.9.12),
shiny