Skip to content

Commit 7cd78e9

Browse files
committed
prep for CRAN
1 parent d7eb1a7 commit 7cd78e9

File tree

9 files changed

+71
-52
lines changed

9 files changed

+71
-52
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impact end user.
150150

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

155155
## Bug Fix
156156

R/feedbacks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ toast <- function(
434434
#'
435435
#' @note Unlike shinyBS, there is no need to specify an anchorId and an alertId. id refers to the anchorId,
436436
#' and the alertId is simply "anchorId-alert". On the server side, one can access the alert status by
437-
#' input$<id>. If TRUE, the alert has been created and is visible, if FALSE the alert has just been closed.
437+
#' `input$<id>`. If TRUE, the alert has been created and is visible, if FALSE the alert has just been closed.
438438
#'
439439
#' @examples
440440
#' if (interactive()) {

R/inputs.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#' @param inputId The `input` slot that will be used to access the value.
77
#' @param label The contents of the button or link--usually a text label, but
88
#' you could also use any other HTML, like an image.
9-
#' @param icon An optional [icon()] to appear on the button.
9+
#' @param icon An optional [shiny::icon()] to appear on the button.
1010
#' @param width The width of the input, e.g. `'400px'`, or `'100%'`;
11-
#' see [validateCssUnit()].
11+
#' see [shiny::validateCssUnit()].
1212
#' @param ... Named attributes to be applied to the button or link.
1313
#' @param status Button status color. Valid statuses are defined as follows:
1414
#' \itemize{
@@ -78,14 +78,14 @@
7878
#' ## Example of adding extra class values
7979
#' actionButton("largeButton", "Large Primary Button", class = "btn-primary btn-lg")
8080
#'
81-
#' @seealso [observeEvent()] and [eventReactive()]
81+
#' @seealso [shiny::observeEvent()] and [shiny::eventReactive()]
8282
#'
8383
#' @section Server value:
8484
#' An integer of class `"shinyActionButtonValue"`. This class differs from
8585
#' ordinary integers in that a value of 0 is considered "falsy".
8686
#' This implies two things:
87-
#' * Event handlers (e.g., [observeEvent()], [eventReactive()]) won't execute on initial load.
88-
#' * Input validation (e.g., [req()], [need()]) will fail on initial load.
87+
#' * Event handlers (e.g., [shiny::observeEvent()], [shiny::eventReactive()]) won't execute on initial load.
88+
#' * Input validation (e.g., [shiny::req()], [shiny::need()]) will fail on initial load.
8989
#' @export
9090
actionButton <- function(
9191
inputId,

R/useful-items.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,7 @@ bs4TableItems <- function(...) {
29042904
#' Build an bs4 table item
29052905
#'
29062906
#' @param ... Any HTML element.
2907-
#' @param dataCell Whether the cell should be contain data or text. <td> by default.
2907+
#' @param dataCell Whether the cell should be contain data or text. `<td>` by default.
29082908
#'
29092909
#' @rdname table
29102910
#' @keywords internal

cran-comments.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
## Test environments
2-
* local OS X install, R 4.3.1.
3-
* RStudio Server on linux Ubuntu 20.04.3 LTS R 4.2.1.
2+
3+
* local OS X install, R 4.4.0
44
* `rhub::check_for_cran`.
55
* Github actions.
66
* Windows (via devtools::check_win_devel()).
77

88
## R CMD check results
9+
910
There were no ERRORs or WARNINGs or NOTEs.
1011

1112
## Note
12-
Fix a 3 NOTES:
1313

14-
> Version: 2.3.3
15-
Check: Rd cross-references
16-
Result: NOTE
17-
Found the following Rd file(s) with Rd \link{} targets missing package
18-
anchors:
19-
insertTab.Rd: tabPanel
20-
Please provide package anchors for all Rd \link{} targets not in the
21-
package itself and the base packages.
14+
Fix NOTES on CRAN: <https://cran.r-project.org/web/checks/check_results_bs4Dash.html>

man/actionButton.Rd

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

man/alert.Rd

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

man/table.Rd

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

revdep/README.md

Lines changed: 52 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,60 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:------------------------------------------|
5-
|version |R version 4.3.1 RC (2023-06-08 r84523) |
6-
|os |macOS Sonoma 14.2.1 |
7-
|system |aarch64, darwin20 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |Europe/Zurich |
13-
|date |2024-01-23 |
14-
|rstudio |2023.06.0+421 Mountain Hydrangea (desktop) |
15-
|pandoc |3.1.8 @ /usr/local/bin/ (via rmarkdown) |
3+
|field |value |
4+
|:--------|:-----------------------------|
5+
|version |R version 4.4.0 (2024-04-24) |
6+
|os |macOS 15.6 |
7+
|system |aarch64, darwin20 |
8+
|ui |X11 |
9+
|language |(EN) |
10+
|collate |en_US.UTF-8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |Europe/Zurich |
13+
|date |2025-08-25 |
14+
|pandoc |3.1.8 @ /usr/local/bin/pandoc |
1615

1716
# Dependencies
1817

19-
|package |old |new |Δ |
20-
|:---------|:-----|:------|:--|
21-
|bs4Dash |2.3.0 |2.3.3 |* |
22-
|cli |NA |3.6.2 |* |
23-
|curl |NA |5.2.0 |* |
24-
|digest |NA |0.6.34 |* |
25-
|glue |NA |1.7.0 |* |
26-
|jsonlite |NA |1.8.8 |* |
27-
|lifecycle |NA |1.0.4 |* |
28-
|Rcpp |NA |1.0.12 |* |
29-
|rlang |NA |1.1.3 |* |
30-
|sass |NA |0.4.8 |* |
31-
|withr |NA |3.0.0 |* |
18+
|package |old |new |Δ |
19+
|:-----------|:-------|:-------|:--|
20+
|bs4Dash |2.3.4 |2.3.5 |* |
21+
|askpass |1.2.1 |1.2.1 | |
22+
|base64enc |0.1-3 |0.1-3 | |
23+
|bslib |0.9.0 |0.9.0 | |
24+
|cachem |1.1.0 |1.1.0 | |
25+
|cli |3.6.5 |3.6.5 | |
26+
|commonmark |2.0.0 |2.0.0 | |
27+
|curl |7.0.0 |7.0.0 | |
28+
|digest |0.6.37 |0.6.37 | |
29+
|fastmap |1.2.0 |1.2.0 | |
30+
|fontawesome |0.5.3 |0.5.3 | |
31+
|fresh |0.2.1 |0.2.1 | |
32+
|fs |1.6.6 |1.6.6 | |
33+
|glue |1.8.0 |1.8.0 | |
34+
|htmltools |0.5.8.1 |0.5.8.1 | |
35+
|httpuv |1.6.16 |1.6.16 | |
36+
|httr |1.4.7 |1.4.7 | |
37+
|jquerylib |0.1.4 |0.1.4 | |
38+
|jsonlite |2.0.0 |2.0.0 | |
39+
|later |1.4.3 |1.4.3 | |
40+
|lifecycle |1.0.4 |1.0.4 | |
41+
|magrittr |2.0.3 |2.0.3 | |
42+
|memoise |2.0.1 |2.0.1 | |
43+
|mime |0.13 |0.13 | |
44+
|openssl |2.3.3 |2.3.3 | |
45+
|promises |1.3.3 |1.3.3 | |
46+
|R6 |2.6.1 |2.6.1 | |
47+
|rappdirs |0.3.3 |0.3.3 | |
48+
|Rcpp |1.1.0 |1.1.0 | |
49+
|rlang |1.1.6 |1.1.6 | |
50+
|rstudioapi |0.17.1 |0.17.1 | |
51+
|sass |0.4.10 |0.4.10 | |
52+
|shiny |1.11.1 |1.11.1 | |
53+
|sourcetools |0.1.7-1 |0.1.7-1 | |
54+
|sys |3.4.3 |3.4.3 | |
55+
|waiter |0.2.5 |0.2.5 | |
56+
|withr |3.0.2 |3.0.2 | |
57+
|xtable |1.8-4 |1.8-4 | |
3258

3359
# Revdeps
3460

0 commit comments

Comments
 (0)