1- Package: bs4Dash
21Type: Package
2+ Package: bs4Dash
33Title: A 'Bootstrap 4' Version of 'shinydashboard'
44Version: 2.3.4
55Authors@R: c(
6- person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")),
7- person(family = "RinteRface", role = "cph"),
8- person(family = "Almasaeed Studio", role = c("ctb", "cph"), comment = "AdminLTE3 theme for Bootstrap 4"),
9- person("Winston", "Chang", role = c("ctb", "cph"), comment = "Utils functions from shinydashboard"))
6+ person("David", "Granjon", , "dgranjon@ymail.com", role = c("aut", "cre")),
7+ person(, "RinteRface", role = "cph"),
8+ person(, "Almasaeed Studio", role = c("ctb", "cph"),
9+ comment = "AdminLTE3 theme for Bootstrap 4"),
10+ person("Winston", "Chang", role = c("ctb", "cph"),
11+ comment = "Utils functions from shinydashboard")
12+ )
1013Maintainer: David Granjon <dgranjon@ymail.com>
11- Description: Make 'Bootstrap 4' Shiny dashboards. Use the full power
12- of 'AdminLTE3', a dashboard template built on top of 'Bootstrap 4'
14+ Description: Make 'Bootstrap 4' Shiny dashboards. Use the full power of
15+ 'AdminLTE3', a dashboard template built on top of 'Bootstrap 4'
1316 <https://github.com/ColorlibHQ/AdminLTE>.
14- URL: https://github.com/RinteRface/bs4Dash, https://bs4dash.rinterface.com/
15- BugReports: https://github.com/RinteRface/bs4Dash/issues
1617License: GPL (>= 2) | file LICENSE
18+ URL: https://github.com/RinteRface/bs4Dash,
19+ https://bs4dash.rinterface.com/
20+ BugReports: https://github.com/RinteRface/bs4Dash/issues
21+ Depends:
22+ R (>= 2.10)
1723Imports:
18- shiny (>= 1.6.0),
19- htmltools (>= 0.5.1.1),
20- jsonlite (>= 0.9.16),
24+ bslib (>= 0.2.4),
25+ cli,
2126 fresh,
22- waiter (>= 0.2.3 ),
27+ htmltools (>= 0.5.1.1 ),
2328 httpuv (>= 1.5.2),
29+ httr,
30+ jsonlite (>= 0.9.16),
2431 lifecycle,
25- bslib (>= 0.2.4),
26- httr
32+ rlang (>= 1.1.0),
33+ shiny (>= 1.6.0),
34+ waiter (>= 0.2.3)
2735Suggests:
36+ DT,
37+ golem,
2838 knitr,
2939 rmarkdown,
30- testthat (>= 2.1.0),
31- golem,
32- DT,
40+ testthat (>= 3.0.0),
3341 thematic (>= 0.1.2)
42+ VignetteBuilder:
43+ knitr
44+ RdMacros:
45+ lifecycle
3446Encoding: UTF-8
35- RoxygenNote: 7.3.2
36- VignetteBuilder: knitr
47+ Roxygen: list(markdown = TRUE)
48+ RoxygenNote: 7.3.2.9000
3749Collate:
3850 'feedbacks.R'
3951 'useful-items.R'
@@ -52,9 +64,9 @@ Collate:
5264 'bs4DashGallery.R'
5365 'deps.R'
5466 'grid.R'
67+ 'import-standalone-obj-type.R'
68+ 'import-standalone-types-check.R'
5569 'inputs.R'
5670 'skinSelector.R'
5771 'utils.R'
58- RdMacros: lifecycle
59- Depends:
60- R (>= 2.10)
72+ Config/testthat/edition: 3
0 commit comments