Skip to content

Commit

Permalink
v2.0.7.9048
Browse files Browse the repository at this point in the history
* refactor: Fix typo in Report_QC.rmd, Issue #167
    + inst/rmd
    + inst/shiny-examples/ContDataQC/rmd
  • Loading branch information
leppott committed Dec 27, 2024
1 parent 638f5f5 commit 5d9dc7b
Show file tree
Hide file tree
Showing 8 changed files with 517 additions and 488 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.9047
Version: 2.0.7.9048
Authors@R: c(
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,28 @@ NEWS-ContDataQC

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

#> Last Update: 2024-12-27 08:13:47.849707
#> Last Update: 2024-12-27 14:04:51.728046

# Version History

## v2.0.7.9048

2024-12-27

- refactor: Fix typo in Report_QC.rmd, Issue \#167
- inst/rmd
- inst/shiny-examples/ContDataQC/rmd

## v2.0.7.9047

2024-12-27

- fix: Update shinyalalert for HOBO reformat, Issue \#164
- Shiny removes empty directories, add ‘remove.text’ file before
upload
- tests: Add code to library creation script to add temp file to HOBO
folder
- Avoid having empty directory removed during upload to ShinyApps.io

## v2.0.7.9046

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

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

#> Last Update: 2024-12-27 08:13:47.849707
#> Last Update: 2024-12-27 14:04:51.728046

# Version History

## v2.0.7.9048

2024-12-27

- refactor: Fix typo in Report_QC.rmd, Issue \#167
- inst/rmd
- inst/shiny-examples/ContDataQC/rmd

## v2.0.7.9047

2024-12-27

- fix: Update shinyalalert for HOBO reformat, Issue \#164
- Shiny removes empty directories, add ‘remove.text’ file before
upload
- tests: Add code to library creation script to add temp file to HOBO
folder
- Avoid having empty directory removed during upload to ShinyApps.io

## v2.0.7.9046

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.9048
2024-12-27

* refactor: Fix typo in Report_QC.rmd, Issue #167
+ inst/rmd
+ inst/shiny-examples/ContDataQC/rmd

## v2.0.7.9047
2024-12-27

Expand Down
2 changes: 1 addition & 1 deletion inst/rmd/Report_QC.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if(boo_DEBUG==TRUE){
# FLAGS
Each data point is checked by each of the four QC tests below.

* **Unrealistic values (Gross range):** Entries are flagged fi values are above or below
* **Unrealistic values (Gross range):** Entries are flagged if values are above or below
upper or lower limits.
* **Spikes:** Entries are flagged if adjacent points change by more than 'x' amount.
* **Rate of Change (RoC):** Entries are flagged if the RoC exceeds a given threshold (e.g., >= 3 standard deviations within 25 hours).
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.9047"
version <- "2.0.7.9048"

#Maximum individual file size that can be uploaded is 70 MB
options(shiny.maxRequestSize = 70 * 1024^2)
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/ContDataQC/rmd/Report_QC.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ if(boo_DEBUG==TRUE){
# FLAGS
Each data point is checked by each of the four QC tests below.

* **Unrealistic values (Gross range):** Entries are flagged fi values are above or below
* **Unrealistic values (Gross range):** Entries are flagged if values are above or below
upper or lower limits.
* **Spikes:** Entries are flagged if adjacent points change by more than 'x' amount.
* **Rate of Change (RoC):** Entries are flagged if the RoC exceeds a given threshold (e.g., >= 3 standard deviations within 25 hours).
Expand Down
964 changes: 482 additions & 482 deletions inst/shiny-examples/ContDataQC/ui.R

Large diffs are not rendered by default.

0 comments on commit 5d9dc7b

Please sign in to comment.