-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Shiny tab text updates + Check Input + Main + Organize Files + HOBOware Reformat * refactor: Rename Sensor File Modification to Automated Reformatting + Add About tab
- Loading branch information
Showing
17 changed files
with
197 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9014 | ||
Version: 2.0.7.9015 | ||
Authors@R: c( | ||
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")), | ||
person("Ann","Roseberry Lincoln", role="ctb"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: "Automated Reformating, About" | ||
date: "`r format(Sys.time(), '%Y-%m-%d %H:%M:%S')`" | ||
always_allow_html: true | ||
output: | ||
html_fragment: | ||
toc: yes | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(results='asis', echo=FALSE, warning=FALSE, message = FALSE) | ||
# needed for trouble shooting | ||
boo_DEBUG <- FALSE | ||
if(boo_DEBUG==TRUE){ | ||
# myConfig <- file.path(system.file(package="ContDataQC"), "extdata", "config.ORIG.R") | ||
# source(myConfig) | ||
}## IF ~ boo_DEBUG ~ END | ||
``` | ||
|
||
# Automated Reformatting | ||
|
||
These functions convert files coming directly from sensors or proprietary sensor software like HOBOware into a format that is ready to run through the QC report function (**Main Functions - QC raw data**). This saves you time and eliminates errors that sometimes occur when manually reformatting files. | ||
|
||
Currently, reformatting functions are available for two types of sensors: | ||
|
||
* Onset HOBO (water level (U20), temperature (pro V2 and Pendant), and DO (U26); more can be added as needed) | ||
|
||
* miniDOT DO | ||
|
||
Reformatting functions for other types of sensors can be added in the future, if requested. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+77 Bytes
(100%)
inst/shiny-examples/ContDataQC/rmd/tables/App_Information_Tables.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
inst/shiny-examples/ContDataQC/www/RMD_HTML/App_2az_About.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
|
||
|
||
<div id="automated-reformatting" class="section level1"> | ||
<h1>Automated Reformatting</h1> | ||
<p>These functions convert files coming directly from sensors or | ||
proprietary sensor software like HOBOware into a format that is ready to | ||
run through the QC report function (<strong>Main Functions - QC raw | ||
data</strong>). This saves you time and eliminates errors that sometimes | ||
occur when manually reformatting files.</p> | ||
<p>Currently, reformatting functions are available for two types of | ||
sensors:</p> | ||
<ul> | ||
<li><p>Onset HOBO (water level (U20), temperature (pro V2 and Pendant), | ||
and DO (U26); more can be added as needed)</p></li> | ||
<li><p>miniDOT DO</p></li> | ||
</ul> | ||
<p>Reformatting functions for other types of sensors can be added in the | ||
future, if requested.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.