-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
* Start v0.8.0 release candidate * `yarn build` (GitHub Actions) * ran revdepcheck on cloud. No known issues * `yarn build` (GitHub Actions) * re-run checks * fix(page): Allow empty dots in page functions (#1095) * fix empty trailing arguments in dots of page functions * Add unit tests --------- Co-authored-by: Carson <[email protected]> * Update snapshot tests * Follow up to #1093: card_image() used to fill by default * Fix R CMD check note about Rd links targets missing package anchors * Missed a few --------- Co-authored-by: cpsievert <[email protected]> Co-authored-by: Barret Schloerke <[email protected]> Co-authored-by: Garrick Aden-Buie <[email protected]> Co-authored-by: gadenbuie <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: bslib | ||
Title: Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown' | ||
Version: 0.7.0.9000 | ||
Version: 0.8.0 | ||
Authors@R: c( | ||
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-4958-2844")), | ||
|
@@ -55,8 +55,6 @@ Suggests: | |
testthat, | ||
thematic, | ||
withr | ||
Remotes: | ||
rstudio/shiny | ||
Config/Needs/deploy: | ||
BH, | ||
chiflights22, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# bslib (development version) | ||
# bslib 0.8.0 | ||
|
||
## Breaking changes | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
# Revdeps | ||
|
||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:--------------|:-------|:-----|:-------|:----| | ||
|multilevelcoda |1.2.3 |1 | | | | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 60 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 67 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 1 packages | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* multilevelcoda (NA) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1 @@ | ||
# multilevelcoda | ||
|
||
<details> | ||
|
||
* Version: 1.2.3 | ||
* GitHub: https://github.com/florale/multilevelcoda | ||
* Source code: https://github.com/cran/multilevelcoda | ||
* Date/Publication: 2024-03-10 23:00:03 UTC | ||
* Number of recursive dependencies: 160 | ||
|
||
Run `revdepcheck::cloud_details(, "multilevelcoda")` for more info | ||
|
||
</details> | ||
|
||
## In both | ||
|
||
* checking whether package ‘multilevelcoda’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/multilevelcoda/new/multilevelcoda.Rcheck/00install.out’ for details. | ||
``` | ||
## Installation | ||
### Devel | ||
``` | ||
* installing *source* package ‘multilevelcoda’ ... | ||
** package ‘multilevelcoda’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error: object ‘launch_shinystan’ is not exported by 'namespace:brms' | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘multilevelcoda’ | ||
* removing ‘/tmp/workdir/multilevelcoda/new/multilevelcoda.Rcheck/multilevelcoda’ | ||
|
||
|
||
``` | ||
### CRAN | ||
``` | ||
* installing *source* package ‘multilevelcoda’ ... | ||
** package ‘multilevelcoda’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error: object ‘launch_shinystan’ is not exported by 'namespace:brms' | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘multilevelcoda’ | ||
* removing ‘/tmp/workdir/multilevelcoda/old/multilevelcoda.Rcheck/multilevelcoda’ | ||
|
||
|
||
``` | ||
*Wow, no problems at all. :)* |