Skip to content

Commit

Permalink
refactor: closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Aug 8, 2024
1 parent f2833b0 commit a723405
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 23 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Suggests:
rfm,
shinyBS,
shinycssloaders,
shinythemes,
standby,
tools,
vistributions
Expand Down
1 change: 0 additions & 1 deletion inst/app-blorr/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(descriptr)
library(dplyr)

Expand Down
4 changes: 2 additions & 2 deletions inst/app-blorr/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -47,4 +47,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)
1 change: 0 additions & 1 deletion inst/app-descriptr/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(DT)

shinyUI(
Expand Down
4 changes: 2 additions & 2 deletions inst/app-descriptr/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -48,4 +48,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)
1 change: 0 additions & 1 deletion inst/app-inferr/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(descriptr)
library(dplyr)

Expand Down
4 changes: 2 additions & 2 deletions inst/app-inferr/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -48,4 +48,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)
1 change: 0 additions & 1 deletion inst/app-olsrr/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(descriptr)
library(dplyr)

Expand Down
4 changes: 2 additions & 2 deletions inst/app-olsrr/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -47,4 +47,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)
3 changes: 1 addition & 2 deletions inst/app-rfm/ui.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(shinycssloaders)
library(magrittr)
library(shinycssloaders)
library(standby)

shinyUI(

Expand Down
4 changes: 2 additions & 2 deletions inst/app-rfm/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -48,4 +48,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)
1 change: 0 additions & 1 deletion inst/app-vistributions/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(magrittr)

shinyUI(
Expand Down
4 changes: 2 additions & 2 deletions inst/app-vistributions/ui/ui_dist_home.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Distributions', value = 'tab_dist_home',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -117,4 +117,4 @@ tabPanel('Distributions', value = 'tab_dist_home',
)

)
)
)
1 change: 0 additions & 1 deletion inst/app-visualize/ui.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
library(shiny)
library(shinyBS)
library(shinythemes)
library(descriptr)
library(dplyr)
library(DT)
Expand Down
4 changes: 2 additions & 2 deletions inst/app-visualize/ui/ui_dataoptions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabPanel('Data Sources', value = 'tab_datasources',

fluidPage(theme = shinytheme('cerulean'),
fluidPage(

includeCSS("mystyle.css"),

Expand Down Expand Up @@ -48,4 +48,4 @@ tabPanel('Data Sources', value = 'tab_datasources',

)

)
)

0 comments on commit a723405

Please sign in to comment.