Skip to content

Commit fe34907

Browse files
gadenbuiecpsievert
andauthored
Update DESCRIPTION (#562)
Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
1 parent fce64fc commit fe34907

1 file changed

Lines changed: 26 additions & 21 deletions

File tree

DESCRIPTION

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Version: 0.4.2.9000
44
Authors@R: c(
55
person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@rstudio.com", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"),
7-
person(family = "RStudio", role = "cph"),
7+
person("Garrick", "Aden-Buie", role = "aut", email = "garrick@posit.co", comment = c(ORCID = "0000-0002-7111-0077")),
8+
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
89
person(family = "Bootstrap contributors", role = "ctb",
910
comment = "Bootstrap library"),
1011
person(family = "Twitter, Inc", role = "cph",
@@ -16,32 +17,38 @@ Authors@R: c(
1617
person(family = "PayPal", role = c("ctb", "cph"),
1718
comment = "Bootstrap accessibility plugin")
1819
)
19-
Description: Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as well as their various 'Bootswatch' themes. An interactive widget is also provided for previewing themes in real time.
20-
Depends: R (>= 2.10)
20+
Description: Simplifies custom 'CSS' styling of both 'shiny' and
21+
'rmarkdown' via 'Bootstrap' 'Sass'. Supports 'Bootstrap' 3, 4 and 5 as
22+
well as their various 'Bootswatch' themes. An interactive widget is
23+
also provided for previewing themes in real time.
24+
License: MIT + file LICENSE
25+
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
26+
BugReports: https://github.com/rstudio/bslib/issues
27+
Depends:
28+
R (>= 2.10)
2129
Imports:
30+
base64enc,
31+
cachem,
2232
grDevices,
2333
htmltools (>= 0.5.4),
24-
jsonlite,
25-
sass (>= 0.4.0),
2634
jquerylib (>= 0.1.3),
27-
rlang,
28-
cachem,
35+
jsonlite,
2936
memoise (>= 2.0.1),
30-
base64enc,
31-
mime
37+
mime,
38+
rlang,
39+
sass (>= 0.4.0)
3240
Suggests:
33-
shiny (>= 1.6.0),
34-
rmarkdown (>= 2.7),
35-
thematic,
36-
knitr,
37-
testthat,
38-
withr,
39-
rappdirs,
41+
bsicons,
4042
curl,
41-
magrittr,
4243
fontawesome,
43-
bsicons
44-
License: MIT + file LICENSE
44+
knitr,
45+
magrittr,
46+
rappdirs,
47+
rmarkdown (>= 2.7),
48+
shiny (>= 1.6.0),
49+
testthat,
50+
thematic,
51+
withr
4552
Encoding: UTF-8
4653
RoxygenNote: 7.2.3
4754
Roxygen: list(markdown = TRUE)
@@ -79,8 +86,6 @@ Collate:
7986
'value-box.R'
8087
'version-default.R'
8188
'versions.R'
82-
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
83-
BugReports: https://github.com/rstudio/bslib/issues
8489
Config/testthat/edition: 3
8590
Config/Needs/routine:
8691
chromote,

0 commit comments

Comments
 (0)