diff --git a/NAMESPACE b/NAMESPACE index 9dd8406..a306e92 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -75,4 +75,5 @@ export(userPost) export(userPostMedia) export(userPostTagItem) export(userPostTagItems) +importFrom(lifecycle,deprecated) importFrom(shinydashboard,dropdownMenu) diff --git a/NEWS.md b/NEWS.md index 802f713..2d3838a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ - Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52). - Update internal file structure. +- Clean NOTE: https://cran.rstudio.com//web/checks/check_results_shinydashboardPlus.html # shinydashboardPlus 2.0.1 diff --git a/R/shinydashboardPlus-package.r b/R/shinydashboardPlus-package.r new file mode 100644 index 0000000..22e55c4 --- /dev/null +++ b/R/shinydashboardPlus-package.r @@ -0,0 +1,6 @@ +#' shinydashboardPlus +#' +#' @name shinydashboardPlus +#' @docType package +#' @importFrom lifecycle deprecated +"_PACKAGE" \ No newline at end of file diff --git a/docs/articles/box-elements.html b/docs/articles/box-elements.html index 49d7065..1dcc637 100644 --- a/docs/articles/box-elements.html +++ b/docs/articles/box-elements.html @@ -116,7 +116,7 @@

Box Elements

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/box-elements.Rmd diff --git a/docs/articles/controlbar.html b/docs/articles/controlbar.html index bb409b5..2bfb4c9 100644 --- a/docs/articles/controlbar.html +++ b/docs/articles/controlbar.html @@ -116,7 +116,7 @@

Extra Skeleton Elements

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/controlbar.Rmd diff --git a/docs/articles/css-preloader.html b/docs/articles/css-preloader.html index f2f2625..e66eba1 100644 --- a/docs/articles/css-preloader.html +++ b/docs/articles/css-preloader.html @@ -116,7 +116,7 @@

CSS preloaders

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/css-preloader.Rmd diff --git a/docs/articles/enhanced-header.html b/docs/articles/enhanced-header.html index d29dc03..36e12d9 100644 --- a/docs/articles/enhanced-header.html +++ b/docs/articles/enhanced-header.html @@ -116,7 +116,7 @@

Enhanced Header Elements

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/enhanced-header.Rmd diff --git a/docs/articles/improved-boxes.html b/docs/articles/improved-boxes.html index 3d3bf16..e613bc2 100644 --- a/docs/articles/improved-boxes.html +++ b/docs/articles/improved-boxes.html @@ -116,7 +116,7 @@

Improved boxes

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/improved-boxes.Rmd diff --git a/docs/articles/more-skins.html b/docs/articles/more-skins.html index 385f995..dc1b550 100644 --- a/docs/articles/more-skins.html +++ b/docs/articles/more-skins.html @@ -116,7 +116,7 @@

Improved Skins

David Granjon

-

2021-07-15

+

2021-07-16

Source: vignettes/more-skins.Rmd diff --git a/docs/articles/shinydashboardPlus.html b/docs/articles/shinydashboardPlus.html index 2ddae4f..577ce8a 100644 --- a/docs/articles/shinydashboardPlus.html +++ b/docs/articles/shinydashboardPlus.html @@ -116,7 +116,7 @@

shinydashboardPlus

David Granjon

-

15 July, 2021

+

16 July, 2021

Source: vignettes/shinydashboardPlus.Rmd diff --git a/docs/news/index.html b/docs/news/index.html index 61768fa..0c83db8 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -163,7 +163,12 @@

Changelog

shinydashboardPlus 2.0.2 Unreleased

-

Simple patch to fix wrong .Rbuildignore rule.

+

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 0bd9f22..5702797 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -10,5 +10,5 @@ articles: improved-boxes: improved-boxes.html more-skins: more-skins.html shinydashboardPlus: shinydashboardPlus.html -last_built: 2021-07-15T21:56Z +last_built: 2021-07-16T10:38Z diff --git a/man/shinydashboardPlus.Rd b/man/shinydashboardPlus.Rd new file mode 100644 index 0000000..09f9594 --- /dev/null +++ b/man/shinydashboardPlus.Rd @@ -0,0 +1,34 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/shinydashboardPlus-package.r +\docType{package} +\name{shinydashboardPlus} +\alias{shinydashboardPlus} +\alias{shinydashboardPlus-package} +\title{shinydashboardPlus} +\description{ +Extend 'shinydashboard' with 'AdminLTE2' components. + 'AdminLTE2' is a free 'Bootstrap 3' dashboard template available + at . Customize boxes, add timelines and a lot more. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/RinteRface/shinydashboardPlus} + \item \url{https://rinterface.com/shiny/shinydashboardPlus/} + \item Report bugs at \url{https://github.com/RinteRface/shinydashboardPlus/issues} +} + +} +\author{ +\strong{Maintainer}: David Granjon \email{dgranjon@ymail.com} + +Other contributors: +\itemize{ + \item RinteRface [copyright holder] + \item Almasaeed Studio (AdminLTE2 theme for Bootstrap 3) [contributor, copyright holder] + \item Guang Yang (ygdashboard original template) [contributor, copyright holder] + \item Winston Chang (Functions from shinydashboard) [contributor, copyright holder] + \item Victor Perrier \email{victor.perrier@dreamrs.fr} (improved the shinydashboardPlusGallery) [contributor] +} + +}