Skip to content

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
refactor: Create new version release
  • Loading branch information
leppott committed Jun 21, 2021
1 parent 4d4046c commit 42fb362
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 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.5.9109
Version: 2.0.6
Authors@R: c(
person("Erik W", "Leppo", email="Erik.Leppo@tetratech.com",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: 2021-06-21 16:41:56
#> Last Update: 2021-06-21 16:44:44

# Version History

## v2.0.6

2021-06-21

- refactor: Create new version release

## v2.0.5.9109

2021-06-21
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: 2021-06-21 16:41:56
#> Last Update: 2021-06-21 16:44:44

# Version History

## v2.0.6

2021-06-21

- refactor: Create new version release

## v2.0.5.9109

2021-06-21
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.6
2021-06-21

* refactor: Create new version release

## v2.0.5.9109
2021-06-21

Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/ContDataQC/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.9109",
navbarPage("Continuous data QC, summary, and statistics - v2.0.6",
theme= shinytheme("spacelab")
,tab_1Overview()
,tab_2DataPrep()
Expand Down

0 comments on commit 42fb362

Please sign in to comment.