Skip to content

Commit

Permalink
v2.0.7.9021
Browse files Browse the repository at this point in the history
* refactor: Add text for tab references instead of links
  • Loading branch information
leppott committed Sep 15, 2023
1 parent 2e1b437 commit 61d0de2
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 173 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.9020
Version: 2.0.7.9021
Authors@R: c(
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
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.9021
2023-09-15

* refactor: Add text for tab references instead of links

## v2.0.7.9020
2023-09-14

Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/ContDataQC/external/tab_3_MainFunc.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function(){
, tabPanel("Run Functions"
, sidebarLayout(
sidebarPanel(
p("1. Upload customized QC test thresholds if desired; otherwise, the default thresholds will be used.")
p("1. Upload customized QC test thresholds ('Main - QC Thresholds - Upload Custom Thresholds' tab) if desired; otherwise, the default thresholds ('Main - QC Threholds - Default' tab) will be used.")
, p("2. Confirm correct configuration file is being used.")
, p(textOutput("fn_input_display_config_main"))
, p("3. Upload input files.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Input files need to be formatted a specific way in order for the Shiny app and R

* Advanced R users can add new parameters (beyond the ones show in the table below) to the configuration file.

* Optional fields include rowID, logger ID (serial number) and discrete measurements. Discrete (in situ) measurements can be entered for any parameter (just add ‘Discrete’ to the beginning of the column heading; for example, ‘Discrete Air Temp C’). The discrete data point will be included in the time series plots that are generated when the user runs the QC function. If using Onset HOBO sensors, you can save time by using the automated reformat function
* Optional fields include rowID, logger ID (serial number) and discrete measurements. Discrete (in situ) measurements can be entered for any parameter (just add ‘Discrete’ to the beginning of the column heading; for example, ‘Discrete Air Temp C’). The discrete data point will be included in the time series plots that are generated when the user runs the QC function. If using Onset HOBO sensors, you can save time by using the automated reformat function ('Data Preparation - Automated Formatting - HOBOware reformat' tab).


## Data Formattting Information
Expand Down
2 changes: 2 additions & 0 deletions inst/shiny-examples/ContDataQC/rmd/App_2b_OrganizingFiles.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ table2a %>%
kbl() %>%
kable_styling(full_width = F, position = "left")
```

Click [here](EXAMPLE_AccuracyCheckWkst.xlsx) to download example Accuracy Check worksheet.
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 @@ -19,7 +19,7 @@ if(boo_DEBUG==TRUE){

# Workflow

1. **Select QC flag test thresholds.** Use the default thresholds or upload a customized configuration file. 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 here for tips on evaluating thresholds. To learn how to edit thresholds, click here.
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.

Expand All @@ -34,5 +34,5 @@ After running each function, users must unzip/extract the files or else the file
Time-saver tip: some internet browsers, like Google Chrome and Mozilla Firefox, allow users to change settings so that users can select which folder to download files to (versus files going to the default Download folder). Click [here](GoogleChrome_TimesaverTips.pdf) for instructions on how to set this up in Chrome. With Mozilla Firefox, go to Settings > General > Files and Applications > Check box for “always ask where to save files.”

Some users may prefer to use the R code instead of the Shiny app.
For more information, see the ‘Advanced’ tab
For more information, see the ‘About - Advanced’ tab

4 changes: 2 additions & 2 deletions inst/shiny-examples/ContDataQC/rmd/App_3a2_QCReports.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ this button.

8. Review each set of files, check flagged data points, do visual checks on the
time series plots, and decide if and how to make corrections. For tips on the QC
process, see the ‘QC tips’ subtab.
process, see the ‘About - QC tips’ subtab.

The Data Quality Control Report is organized into four main sections, starting
with an overall summary followed by summaries for each parameter:
Expand Down Expand Up @@ -72,5 +72,5 @@ change how they handled a correction.

Currently there are no automated corrections programmed into the QC function.
The user must make the changes manually. For tips on the QC process, see the
‘QC tips’ subtab.
About - QC tips’ subtab.

154 changes: 0 additions & 154 deletions inst/shiny-examples/ContDataQC/rmd/App_3a_About.rmd

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion inst/shiny-examples/ContDataQC/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tab_5b_Console <- source("external/tab_5b_Console.R", local = TRUE)$value

shinyUI(
# VERSION, 1, current [non-EPA] ----
navbarPage("Continuous data QC, summary, and statistics - v2.0.7.9020",
navbarPage("Continuous data QC, summary, and statistics - v2.0.7.9021",
theme = shinytheme("spacelab")
,tab_1_About()
#,tab_1a_Overview()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ <h1>Formatting Files</h1>
heading; for example, ‘Discrete Air Temp C’). The discrete data point
will be included in the time series plots that are generated when the
user runs the QC function. If using Onset HOBO sensors, you can save
time by using the automated reformat function</p></li>
time by using the automated reformat function (‘Data Preparation -
Automated Formatting - HOBOware reformat’ tab).</p></li>
</ul>
<div id="data-formattting-information" class="section level2">
<h2>Data Formattting Information</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Folder descriptions</h3>
An important QC check (which we call an ‘accuracy check’) involves
comparing in situ measurements taken during site visits to the closest
sensor measurement(s). We recommend keeping an accuracy check worksheet
in this folder (click here to download an example worksheet).
in this folder (click link at bottom to download an example worksheet).
</td>
</tr>
<tr>
Expand Down Expand Up @@ -174,5 +174,7 @@ <h3>Folder descriptions</h3>
</tr>
</tbody>
</table>
<p>Click <a href="EXAMPLE_AccuracyCheckWkst.xlsx">here</a> to download
example Accuracy Check worksheet.</p>
</div>
</div>
16 changes: 9 additions & 7 deletions inst/shiny-examples/ContDataQC/www/RMD_HTML/App_3a1_About.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<h1>Workflow</h1>
<ol style="list-style-type: decimal">
<li><p><strong>Select QC flag test thresholds.</strong> Use the default
thresholds or upload a customized configuration file. 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 here for tips
on evaluating thresholds. To learn how to edit thresholds, click
here.</p></li>
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.</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>
Expand All @@ -37,5 +39,5 @@ <h1>Workflow</h1>
to save files.”</p></li>
</ol>
<p>Some users may prefer to use the R code instead of the Shiny app. For
more information, see the ‘Advanced’ tab</p>
more information, see the ‘About - Advanced’ tab</p>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>QC reports</h3>
code).</p></li>
<li><p>Review each set of files, check flagged data points, do visual
checks on the time series plots, and decide if and how to make
corrections. For tips on the QC process, see the ‘QC tips’
corrections. For tips on the QC process, see the ‘About - QC tips’
subtab.</p></li>
</ol>
<p>The Data Quality Control Report is organized into four main sections,
Expand Down Expand Up @@ -63,5 +63,5 @@ <h3>QC reports</h3>
correction.</p>
<p>Currently there are no automated corrections programmed into the QC
function. The user must make the changes manually. For tips on the QC
process, see the ‘QC tips’ subtab.</p>
process, see the ‘About - QC tips’ subtab.</p>
</div>

0 comments on commit 61d0de2

Please sign in to comment.