Skip to content

Commit

Permalink
fix CRAN NOTE + update news ...
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Aug 1, 2024
1 parent b3c39fb commit ee65e77
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ Suggests:
shinyjqui,
knitr,
rmarkdown,
jsonlite
jsonlite,
bslib
URL: https://github.com/RinteRface/shinydashboardPlus, https://shinydashboardPlus.rinterface.com/
BugReports: https://github.com/RinteRface/shinydashboardPlus/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
RdMacros: lifecycle
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- Add shinylive to support the different demo apps.

## Minor change
- Fix NOTE in CRAN checks.

# shinydashboardPlus 2.0.4

## Minor change
Expand Down
4 changes: 2 additions & 2 deletions R/dashboardSidebar.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Create a dashboard sidebar.
#'
#' A dashboard sidebar typically contains a \code{\link{sidebarMenu}}, although
#' it may also contain a \code{\link{sidebarSearchForm}}, or other Shiny inputs.
#' A dashboard sidebar typically contains a \code{\link[shinydashboard]{sidebarMenu}}, although
#' it may also contain a \code{\link[shinydashboard]{sidebarSearchForm}}, or other Shiny inputs.
#'
#' @param ... Items to put in the sidebar.
#' @param disable If \code{TRUE}, the sidebar will be disabled.
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
- 0 error, 0 warnings, 0 Notes.

## Notes
- Fix NOTES in older release:

Version: 2.0.4
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
sidebar.Rd: sidebarMenu, sidebarSearchForm
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
4 changes: 2 additions & 2 deletions man/sidebar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee65e77

Please sign in to comment.