Skip to content

Commit a9dc079

Browse files
committed
namespace some shiny functions
1 parent e0172f5 commit a9dc079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/module_cluster_stats.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
clusterStatsUI = function(id) {
2-
ns = NS(id)
2+
ns = shiny::NS(id)
33

4-
box_content = tagList(
4+
box_content = shiny::tagList(
55
shiny::br(),
66

77
# text to print choice
@@ -21,7 +21,7 @@ clusterStatsUI = function(id) {
2121

2222
# Help icon for the cluster-statistics panel
2323
# - Clicking this icon does not lead to the underlying accordion_panel being expanded
24-
help_text = tags$p(
24+
help_text = shiny::tags$p(
2525
"The 'Cluster statistics' panel can be used to view or download data about a cluster.",
2626
"First, select a cluster by clicking on a node in one of the tree-views or scatter plots."
2727
)

0 commit comments

Comments
 (0)