Skip to content

Commit ee2437c

Browse files
committed
clean CRAN notes
1 parent dfb226c commit ee2437c

13 files changed

+56
-9
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ export(userPost)
7575
export(userPostMedia)
7676
export(userPostTagItem)
7777
export(userPostTagItems)
78+
importFrom(lifecycle,deprecated)
7879
importFrom(shinydashboard,dropdownMenu)

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52).
44
- Update internal file structure.
5+
- Clean NOTE: https://cran.rstudio.com//web/checks/check_results_shinydashboardPlus.html
56

67
# shinydashboardPlus 2.0.1
78

R/shinydashboardPlus-package.r

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#' shinydashboardPlus
2+
#'
3+
#' @name shinydashboardPlus
4+
#' @docType package
5+
#' @importFrom lifecycle deprecated
6+
"_PACKAGE"

docs/articles/box-elements.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/controlbar.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/css-preloader.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/enhanced-header.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/improved-boxes.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/more-skins.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/shinydashboardPlus.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 6 additions & 1 deletion
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-07-15T21:56Z
13+
last_built: 2021-07-16T10:38Z
1414

man/shinydashboardPlus.Rd

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

0 commit comments

Comments
 (0)