Skip to content

Commit

Permalink
v2.0.6.9023
Browse files Browse the repository at this point in the history
-   refactor: Update minidot_cat function, Issue #141
    -   Remove filename parameter and use serial number from input file
-   feature: Add format minidot function, Issue #141
  • Loading branch information
leppott committed May 25, 2022
1 parent 5963298 commit c0086a9
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 549 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.6.9022
Version: 2.0.6.9023
Authors@R: c(
person("Erik W", "Leppo", email="Erik.Leppo@tetratech.com",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ NEWS-ContDataQC

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

#> Last Update: 2022-05-25 16:06:42
#> Last Update: 2022-05-25 18:34:48

# Version History

## v2.0.6.9023

2022-05-25

- refactor: Update minidot_cat function, Issue #141
- Remove filename parameter and use serial number from input file
- feature: Add format minidot function, Issue #141

## v2.0.6.9022

2022-05-25
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ NEWS-ContDataQC

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

#> Last Update: 2022-05-25 16:06:42
#> Last Update: 2022-05-25 18:34:48

# Version History

## v2.0.6.9023

2022-05-25

- refactor: Update minidot_cat function, Issue #141
- Remove filename parameter and use serial number from input file
- feature: Add format minidot function, Issue #141

## v2.0.6.9022

2022-05-25
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.6.9023
2022-05-25

* refactor: Update minidot_cat function, Issue #141
+ Remove filename parameter and use serial number from input file
* feature: Add format minidot function, Issue #141

## v2.0.6.9022
2022-05-25

Expand Down
Loading

0 comments on commit c0086a9

Please sign in to comment.