Skip to content

Commit feb97b5

Browse files
committed
fix remaining notes
1 parent ff88657 commit feb97b5

File tree

4 files changed

+692
-11
lines changed

4 files changed

+692
-11
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Shiny 1.7.0. Thanks @wch.
3737

3838
- Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52).
3939
- Update internal file structure.
40-
- Clean NOTE: <https://cran.rstudio.com//web/checks/check_results_shinydashboardPlus.html>
40+
- Clean NOTE: <https://CRAN.R-project.org//web/checks/check_results_shinydashboardPlus.html>
4141

4242
# shinydashboardPlus 2.0.1
4343

index.Rmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ knitr::opts_chunk$set(
1818
[![R build status](https://github.com/RinteRface/shinydashboardPlus/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/shinydashboardPlus/actions)
1919
[![version](https://www.r-pkg.org/badges/version/shinydashboardPlus)](https://CRAN.R-project.org/package=shinydashboardPlus)
2020
[![cranlogs](https://cranlogs.r-pkg.org/badges/shinydashboardPlus)](https://CRAN.R-project.org/package=shinydashboardPlus)
21-
[![total](https://cranlogs.r-pkg.org/badges/grand-total/shinydashboardPlus)](https://www.rpackages.io/package/shinydashboardPlus)
21+
[![total](https://cranlogs.r-pkg.org/badges/grand-total/shinydashboardPlus)](https://CRAN.R-project.org/package=shinydashboardPlus)
2222

2323
> extensions for shinydashboard
2424
2525
```{r, eval=TRUE, echo=FALSE}
2626
card(
2727
shiny::tags$iframe(
28-
class = "html-fill-item",
29-
src = "https://shinylive.io/r/app/#h=0&code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKAZwAtaJWAlAB0IdJiw48+rACZQe9IixnDRDZmy69+chUsYyACtQCunVSKn8AgugAitRl1adyMDADNa1OOyFg4AA9YVB9Of1wAAlQoAgBrKABzOEiAXkj-K1l5bkVlYzN-AQEwAF8AXSA",
30-
height = "800",
31-
width = "100%",
32-
style = "border: 1px solid rgba(0,0,0,0.175); border-radius: .375rem;",
33-
allowfullscreen = "",
34-
allow = "autoplay",
28+
class = "html-fill-item",
29+
src = "https://shinylive.io/r/app/#h=0&code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKAZwAtaJWAlAB0IdJiw48+rACZQe9IixnDRDZmy69+chUsYyACtQCunVSKn8AgugAitRl1adyMDADNa1OOyFg4AA9YVB9Of1wAAlQoAgBrKABzOEiAXkj-K1l5bkVlYzN-AQEwAF8AXSA",
30+
height = "800",
31+
width = "100%",
32+
style = "border: 1px solid rgba(0,0,0,0.175); border-radius: .375rem;",
33+
allowfullscreen = "",
34+
allow = "autoplay",
3535
`data-external` = "1"
3636
),
3737
full_screen = TRUE,

0 commit comments

Comments
 (0)