diff --git a/DESCRIPTION b/DESCRIPTION index 3b44e43..3e0e68c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ContDataQC Title: Quality Control (QC) of Continous Monitoring Data -Version: 2.0.6.9028 +Version: 2.0.7 Authors@R: c( person("Erik W", "Leppo", email="Erik.Leppo@tetratech.com",role=c("aut","cre")), person("Ann","Roseberry Lincoln", role="ctb"), diff --git a/NEWS b/NEWS index c22e513..c074068 100644 --- a/NEWS +++ b/NEWS @@ -3,10 +3,16 @@ NEWS-ContDataQC - #> Last Update: 2022-06-15 17:38:48 + #> Last Update: 2022-06-15 17:44:13 # Version History +## v2.0.7 + +2022-06-15 + +- refactor: Bump to whole version number + ## v2.0.6.9028 2022-06-15 diff --git a/NEWS.md b/NEWS.md index c22e513..c074068 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,10 +3,16 @@ NEWS-ContDataQC - #> Last Update: 2022-06-15 17:38:48 + #> Last Update: 2022-06-15 17:44:13 # Version History +## v2.0.7 + +2022-06-15 + +- refactor: Bump to whole version number + ## v2.0.6.9028 2022-06-15 diff --git a/NEWS.rmd b/NEWS.rmd index 22dc7b8..46a41ec 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -21,6 +21,11 @@ cat(paste0("Last Update: ",Sys.time())) # Version History +## v2.0.7 +2022-06-15 + +* refactor: Bump to whole version number + ## v2.0.6.9028 2022-06-15 diff --git a/inst/shiny-examples/ContDataQC/ui.R b/inst/shiny-examples/ContDataQC/ui.R index f0ee866..b75d886 100644 --- a/inst/shiny-examples/ContDataQC/ui.R +++ b/inst/shiny-examples/ContDataQC/ui.R @@ -29,7 +29,7 @@ tab_9Status <- source("external/tab_9Status.R", local = TRUE)$value shinyUI( # VERSION ---- - navbarPage("Continuous data QC, summary, and statistics - v2.0.6.9028", + navbarPage("Continuous data QC, summary, and statistics - v2.0.7", theme= shinytheme("spacelab") ,tab_1Overview() ,tab_2DataPrep()