Skip to content

Commit f383d58

Browse files
authored
Merge pull request #403 from krlmlr/f-402-upkeep
roxygen2md
2 parents fdfda6e + 5fcfe6c commit f383d58

File tree

104 files changed

+4787
-3190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+4787
-3190
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
^inst/examples/vignettes-demos/.*./rsconnect$
2222
^index\.Rmd$
2323
^CRAN-SUBMISSION$
24+
^[\.]?air\.toml$

DESCRIPTION

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,51 @@
1-
Package: bs4Dash
21
Type: Package
2+
Package: bs4Dash
33
Title: A 'Bootstrap 4' Version of 'shinydashboard'
44
Version: 2.3.4
55
Authors@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+
)
1013
Maintainer: 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
1617
License: 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)
1723
Imports:
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)
2735
Suggests:
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
3446
Encoding: UTF-8
35-
RoxygenNote: 7.3.2
36-
VignetteBuilder: knitr
47+
Roxygen: list(markdown = TRUE)
48+
RoxygenNote: 7.3.2.9000
3749
Collate:
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

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,6 @@ export(userPostTagItem)
185185
export(userPostTagItems)
186186
export(valueBox)
187187
export(valueBoxOutput)
188+
import(rlang)
188189
importFrom(jsonlite,toJSON)
189190
importFrom(lifecycle,deprecated)

0 commit comments

Comments
 (0)