Skip to content

Commit a6e7101

Browse files
committed
fix broken tidyverse links in vignettes
1 parent eeded79 commit a6e7101

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

cran-comments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
* win-builder (devel and release)
66

77
## R CMD check results
8-
This release will fix warnings and notes shown [here](https://cran.r-project.org/web/checks/check_results_shinydashboardPlus.htmll) due to breaking change in a dependency.
8+
- This release will fix warnings and notes shown [here](https://cran.r-project.org/web/checks/check_results_shinydashboardPlus.html) due to breaking change in a dependency.
9+
- Fix broken tidyverse link. Thanks @Uwe Ligges.
910

1011
## Reverse dependencies:
1112
using `devtools::revdep()`

docs/articles/more-skins.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ articles:
1010
improved-boxes: improved-boxes.html
1111
more-skins: more-skins.html
1212
shinydashboardPlus: shinydashboardPlus.html
13-
last_built: 2021-03-05T11:22Z
13+
last_built: 2021-03-05T13:23Z
1414

vignettes/more-skins.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ knitr::include_graphics("figures/skin-midnight-overview.png")
7070

7171
This is the fastest option to get a dark design. You'll see below that the `{fresh}` package is able to provide a similar look and feel, with much more options (but more effort).
7272

73-
Important: this feature is still <a href='https://www.tidyverse.org/lifecycle/#experimental'><img src='figures/lifecycle-experimental.svg' alt='Experimental lifecycle'></a>!
73+
Important: this feature is still <a href='https://lifecycle.r-lib.org/articles/stages.html#experimental'><img src='figures/lifecycle-experimental.svg' alt='Experimental lifecycle'></a>!
7474

7575

7676
## Material Design + AdminLTE
7777
To activate the material design feature, set _md_ to TRUE in `dashboardPage()`.
7878
This feature is powered by [MaterialAdminLTE](https://github.com/DucThanhNguyen/MaterialAdminLTE), built on top of AdminLTE2 and [material design for Bootstrap 3](https://fezvrasta.github.io/bootstrap-material-design/)
79-
<a href='https://www.tidyverse.org/lifecycle/#experimental'><img src='figures/lifecycle-experimental.svg' alt='Experimental lifecycle'></a>!
79+
<a href='https://lifecycle.r-lib.org/articles/stages.html#experimental'><img src='figures/lifecycle-experimental.svg' alt='Experimental lifecycle'></a>!
8080

8181
```{r md-code, eval=FALSE}
8282
shinyApp(

0 commit comments

Comments
 (0)