Skip to content

Commit

Permalink
v2.0.7.9040
Browse files Browse the repository at this point in the history
* refactor: Remove extra mainPanel on 3c (Main_QCThresh_EditThresh)
    + Reclaim blank screen space
    + Space reserved for mainPanel not being used
  • Loading branch information
leppott committed Dec 23, 2024
1 parent 3cc505c commit 61f7f86
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 8 deletions.
1 change: 1 addition & 0 deletions ContDataQC.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 82a6d532-be99-4410-8075-f47aecd7c87e

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ContDataQC
Title: Quality Control (QC) of Continous Monitoring Data
Version: 2.0.7.9039
Version: 2.0.7.9040
Authors@R: c(
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ NEWS-ContDataQC

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2024-12-17 09:14:27.476666
#> Last Update: 2024-12-23 15:40:30.505169

# Version History

## v2.0.7.9040

2024-12-23

- refactor: Remove extra mainPanel on 3c (Main_QCThresh_EditThresh)
- Reclaim blank screen space
- Space reserved for mainPanel not being used

## v2.0.7.9039

2024-12-17
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ NEWS-ContDataQC

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2024-12-17 09:14:27.476666
#> Last Update: 2024-12-23 15:40:30.505169

# Version History

## v2.0.7.9040

2024-12-23

- refactor: Remove extra mainPanel on 3c (Main_QCThresh_EditThresh)
- Reclaim blank screen space
- Space reserved for mainPanel not being used

## v2.0.7.9039

2024-12-17
Expand Down
7 changes: 7 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ cat(paste0("Last Update: ",Sys.time()))

# Version History

## v2.0.7.9040
2024-12-23

* refactor: Remove extra mainPanel on 3c (Main_QCThresh_EditThresh)
+ Reclaim blank screen space
+ Space reserved for mainPanel not being used

## v2.0.7.9039
2024-12-17

Expand Down
8 changes: 4 additions & 4 deletions inst/shiny-examples/ContDataQC/external/tab_3c_QCThresh.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
function() {

tabPanel("QC Thresholds"
, mainPanel(
tabsetPanel(type = "tabs"
# , mainPanel(
, tabsetPanel(type = "tabs"
# 3c1. Default----
, tabPanel("Default"
, includeHTML("www/RMD_HTML/App_3c1_QCThresh_Defaults.html")
Expand Down Expand Up @@ -58,7 +58,7 @@ function() {
# ,h4("4. Download custom thresholds file")
,sidebarLayout(
sidebarPanel(#width = 5
# , style = "position:fixed"#;width:22%"
#, style = "position:fixed"#;width:22%"
h4("1. Select Parameter")
,selectInput(inputId = "QC_Param_Input"
, label = NULL
Expand Down Expand Up @@ -175,7 +175,7 @@ function() {
# , p(paste("Note: The downloaded file must be reuploaded"))
# , downloadButton(outputId = "QC_Thresh_Download"
# , label = "Download custom thresholds file")
)## mainPanel ~ END
# )## mainPanel ~ END
)# sidebarLayout~ END
) ## tabPanel ~ Edit Thresh

Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/ContDataQC/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library(shinyalert)
# Sys.setenv(PATH = paste(Sys.getenv("PATH"), "C:\\Rtools\\bin", sep = ";"))

# Version Number
version <- "2.0.7.9037"
version <- "2.0.7.9040"

#Maximum individual file size that can be uploaded is 70 MB
options(shiny.maxRequestSize = 70 * 1024^2)
Expand Down

0 comments on commit 61f7f86

Please sign in to comment.