Skip to content

Commit 93bc7d9

Browse files
committed
fix: update docs and namespace
1 parent 0092add commit 93bc7d9

File tree

5 files changed

+4
-346
lines changed

5 files changed

+4
-346
lines changed

NAMESPACE

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ S3method(create_sparklines,logical)
1010
S3method(create_sparklines,numeric)
1111
export(add_facet_labels)
1212
export(get_scatterplotmatrix_stats)
13-
export(spiderplotly)
14-
export(swimlanely)
1513
export(tm_a_pca)
1614
export(tm_a_regression)
1715
export(tm_data_table)
@@ -23,16 +21,15 @@ export(tm_g_distribution)
2321
export(tm_g_response)
2422
export(tm_g_scatterplot)
2523
export(tm_g_scatterplotmatrix)
26-
export(tm_g_spiderplot)
27-
export(tm_g_swimlane)
28-
export(tm_g_waterfall)
2924
export(tm_missing_data)
3025
export(tm_outliers)
26+
export(tm_p_spiderplot)
27+
export(tm_p_swimlane)
28+
export(tm_p_waterfall)
3129
export(tm_rmarkdown)
3230
export(tm_t_crosstable)
3331
export(tm_t_reactables)
3432
export(tm_variable_browser)
35-
export(waterfally)
3633
import(ggmosaic)
3734
import(ggplot2)
3835
import(shiny)

R/utils.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,12 @@ variable_type_icons <- function(var_type) {
186186
))
187187
}
188188

189-
#'
190189
#' @param id (`character(1)`) the id of the tab panel with tabs.
191190
#' @param name (`character(1)`) the name of the tab.
192191
#' @return JavaScript expression to be used in `shiny::conditionalPanel()` to determine
193192
#' if the specified tab is active.
193+
#' @noRd
194194
#' @keywords internal
195-
#'
196195
is_tab_active_js <- function(id, name) {
197196
# supporting the bs3 and higher version at the same time
198197
sprintf(

man/tm_g_spiderplot.Rd

Lines changed: 0 additions & 125 deletions
This file was deleted.

man/tm_g_swimlane.Rd

Lines changed: 0 additions & 113 deletions
This file was deleted.

man/tm_g_waterfall.Rd

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)