Skip to content

Commit

Permalink
v2.0.7.9043
Browse files Browse the repository at this point in the history
2024-12-23

- refactor: Update workflow step 2 text (3a1_About)
  • Loading branch information
leppott committed Dec 23, 2024
1 parent 66c88ce commit 6ec137c
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
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.9042
Version: 2.0.7.9043
Authors@R: c(
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ NEWS-ContDataQC

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

#> Last Update: 2024-12-23 16:25:53.162752
#> Last Update: 2024-12-23 16:29:24.101959

# Version History

## v2.0.7.9043

2024-12-23

- refactor: Update workflow step 2 text (3a1_About)

## v2.0.7.9042

2024-12-23
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ NEWS-ContDataQC

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

#> Last Update: 2024-12-23 16:25:53.162752
#> Last Update: 2024-12-23 16:29:24.101959

# Version History

## v2.0.7.9043

2024-12-23

- refactor: Update workflow step 2 text (3a1_About)

## v2.0.7.9042

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

# Version History

## v2.0.7.9043
2024-12-23

* refactor: Update workflow step 2 text (3a1_About)

## v2.0.7.9042
2024-12-23

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.9042"
version <- "2.0.7.9043"

#Maximum individual file size that can be uploaded is 70 MB
options(shiny.maxRequestSize = 70 * 1024^2)
Expand Down
4 changes: 2 additions & 2 deletions inst/shiny-examples/ContDataQC/rmd/App_3a1_About.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(boo_DEBUG==TRUE){

1. **Select QC flag test thresholds.** Use the default thresholds ('Main - QC Thresholds - Default' tab) or upload a customized configuration file ('Main - QC Thresholds - Upload Custom Thresholds' tab). If you have one or more years of continuous data for a site, we encourage you to evaluate the performance of the QC test thresholds for each parameter at that site and customize the configuration file if needed. Click 'Main - QC Thresholds - Evaluate Thresholds' tab for tips on evaluating thresholds. To learn how to edit thresholds, click 'Main - QC Thresholds - Edit Thresholds' tab.

2. **Check the configuration file name.** Make sure the correct configuration file has been uploaded prior to running the QC reports.
2. **Check the configuration file name.** Under Run Functions (gray box, step 2), it will show the configuration file name that will be used for the QC tests. Check to make sure the correct file is being used. If you don’t upload a custom file, it will read 'default'.

3. **Upload the desired input file(s).**

Expand All @@ -38,4 +38,4 @@ Time-saver tip: some internet browsers, like Google Chrome and Mozilla Firefox,
* [Google Chrome file saving tip](GoogleChrome_TimesaverTips.pdf) [PDF]

Some users may prefer to use the R code instead of the Shiny app.
For more information, see the ‘About - Advanced’ tab
For more information, see the ‘About - Advanced’ tab
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ <h1>Workflow</h1>
needed. Click ‘Main - QC Thresholds - Evaluate Thresholds’ tab for tips
on evaluating thresholds. To learn how to edit thresholds, click ‘Main -
QC Thresholds - Edit Thresholds’ tab.</p></li>
<li><p><strong>Check the configuration file name.</strong> Make sure the
correct configuration file has been uploaded prior to running the QC
reports.</p></li>
<li><p><strong>Check the configuration file name.</strong> Under Run
Functions (gray box, step 2), it will show the configuration file name
that will be used for the QC tests. Check to make sure the correct file
is being used. If you don’t upload a custom file, it will read
‘default’.</p></li>
<li><p><strong>Upload the desired input file(s).</strong></p></li>
<li><p><strong>Run the ‘QC raw data’</strong> function to generate QC
reports.</p></li>
Expand Down

0 comments on commit 6ec137c

Please sign in to comment.