Skip to content

Commit

Permalink
update CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Sep 3, 2024
1 parent cb84206 commit 2b76dc5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Suggests:
DT,
thematic (>= 0.1.2)
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Collate:
'feedbacks.R'
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Minor change
- Update jquery-ui to 1.13.2. Thanks @biognosys-so.
- Fix CRAN NOTES.

# bs4Dash 2.3.3

Expand Down
6 changes: 3 additions & 3 deletions R/tabs.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ tabsetPanel <- function(..., id = NULL, selected = NULL,



#' Insert a \link{tabPanel} in a \link{tabsetPanel}
#' Insert a \link[shiny]{tabPanel} in a \link{tabsetPanel}
#'
#' @param inputId \link{tabsetPanel} id.
#' @param tab \link{tabPanel} to insert.
#' @param target \link{tabPanel} after of before which the new tab will be inserted.
#' @param tab \link[shiny]{tabPanel} to insert.
#' @param target \link[shiny]{tabPanel} after of before which the new tab will be inserted.
#' @param position Insert before or after: \code{c("before", "after")}.
#' @param select Whether to select the newly inserted tab. FALSE by default.
#' @param session Shiny session object.
Expand Down
12 changes: 10 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
There were no ERRORs or WARNINGs or NOTEs.

## Note
This release will fixe the NOTES on https://cran.r-project.org/web/checks/check_results_bs4Dash.html.
Update: re-submissiom fixing issue with `omicsTools` reverse dependency.
Fix a 3 NOTES:

> Version: 2.3.3
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
insertTab.Rd: tabPanel
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
8 changes: 4 additions & 4 deletions man/insertTab.Rd

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

0 comments on commit 2b76dc5

Please sign in to comment.