Skip to content

Commit e290cfd

Browse files
authored
v0.2.5 release candidate (#313)
* Start v0.2.5 release candidate * Document (GitHub Actions) * sass is now on CRAN * Fix up community section * Remove LazyData field * Re-build README.Rmd (GitHub Action) * Ignore revdep Co-authored-by: cpsievert <[email protected]>
1 parent ba6a80d commit e290cfd

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ inst/lib/bsw3/.npmignore
1212
^\.travis\.yml$
1313
docs
1414
sandbox
15+
revdep
1516
^_pkgdown\.yml$
1617
vignettes
1718
^\.github$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.DS_Store
44
docs/
55
sandbox/
6+
revdep/
67
inst/themer-demo/deploy/rsconnect
78

89
# GHA remotes installation

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bslib
22
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'
3-
Version: 0.2.4.9003
3+
Version: 0.2.5
44
Authors@R: c(
55
person("Carson", "Sievert", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Joe", "Cheng", role = "aut", email = "[email protected]"),
@@ -22,7 +22,7 @@ Imports:
2222
grDevices,
2323
htmltools (>= 0.5.1),
2424
jsonlite,
25-
sass (>= 0.3.1.9003),
25+
sass (>= 0.4.0),
2626
digest (>= 0.6.25),
2727
jquerylib (>= 0.1.3),
2828
rlang,
@@ -38,7 +38,6 @@ Suggests:
3838
curl
3939
License: MIT + file LICENSE
4040
Encoding: UTF-8
41-
LazyData: true
4241
RoxygenNote: 7.1.1
4342
Roxygen: list(markdown = TRUE)
4443
Config/testthat/edition: 3
@@ -63,4 +62,3 @@ Collate:
6362
'versions.R'
6463
URL: https://rstudio.github.io/bslib/, https://github.com/rstudio/bslib
6564
BugReports: https://github.com/rstudio/bslib/issues
66-
Remotes: rstudio/sass

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bslib 0.2.4.9000
1+
# bslib 0.2.5
22

33
## New features and improvements
44

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output: github_document
44

55
<!-- badges: start -->
66

7-
[![CRAN status](https://www.r-pkg.org/badges/version/bslib)](https://cran.r-project.org/package=bslib) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) [![R build status](https://github.com/rstudio/bslib/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/bslib/actions)
7+
[![CRAN status](https://www.r-pkg.org/badges/version/bslib)](https://cran.r-project.org/package=bslib) [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R build status](https://github.com/rstudio/bslib/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/bslib/actions)
88

99
<!-- badges: end -->
1010

@@ -100,7 +100,7 @@ knitr::include_graphics("man/figures/rstudio-templates.png")
100100

101101
There are two main places to get help with `bslib`:
102102

103-
+ The [RStudio community](https://community.rstudio.com/tags/c/R-Markdown/10/bslib) is a friendly place to ask any questions about flexdashboard. Be sure to use the `bslib` tag. Add also the `shiny` tag is you are using a Shiny runtime.
103+
+ The [RStudio community](https://community.rstudio.com) is a friendly place to ask any questions (be sure to add a `bslib` tag when creating a topic).
104104

105105
+ [Stack Overflow](https://stackoverflow.com/questions/tagged/bslib) is a great source of answers to common `bslib` questions. It is also a great place to get help, once you have created a reproducible example that illustrates your problem. Use the tags [`[r][bslib]`](https://stackoverflow.com/questions/tagged/bslib+r) if you ask a question. Add the tag `[bslib]` if you are using a Shiny runtime.
106106

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CRAN
55
status](https://www.r-pkg.org/badges/version/bslib)](https://cran.r-project.org/package=bslib)
66
[![Lifecycle:
7-
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
7+
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
88
[![R build
99
status](https://github.com/rstudio/bslib/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/bslib/actions)
1010

@@ -116,11 +116,9 @@ Template:
116116

117117
There are two main places to get help with `bslib`:
118118

119-
- The [RStudio
120-
community](https://community.rstudio.com/tags/c/R-Markdown/10/bslib)
121-
is a friendly place to ask any questions about flexdashboard. Be
122-
sure to use the `bslib` tag. Add also the `shiny` tag is you are
123-
using a Shiny runtime.
119+
- The [RStudio community](https://community.rstudio.com) is a friendly
120+
place to ask any questions (be sure to add a `bslib` tag when
121+
creating a topic).
124122

125123
- [Stack Overflow](https://stackoverflow.com/questions/tagged/bslib)
126124
is a great source of answers to common `bslib` questions. It is also

0 commit comments

Comments
 (0)