Skip to content

Commit 5963298

Browse files
committed
v2.0.6.9022
* refactor: Updates to minidot_cat function, Issue #141 * refactor: Add missing return value for help script line 937
1 parent c0ae4c2 commit 5963298

14 files changed

+958
-32
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ContDataQC
22
Title: Quality Control (QC) of Continous Monitoring Data
3-
Version: 2.0.6.9021
3+
Version: 2.0.6.9022
44
Authors@R: c(
55
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
66
person("Ann","Roseberry Lincoln", role="ctb"),

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export(RBIcalc)
1212
export(SumStats.updated)
1313
export(config.load)
1414
export(formatHobo)
15+
export(format_minidot)
1516
export(fun.AggregateData)
1617
export(fun.AggregateData.File)
1718
export(fun.DateTimeFormat)

NEWS

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@ NEWS-ContDataQC
33

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

6-
#> Last Update: 2022-05-25 12:28:50
6+
#> Last Update: 2022-05-25 16:06:42
77

88
# Version History
99

10+
## v2.0.6.9022
11+
12+
2022-05-25
13+
14+
- refactor: Updates to minidot_cat function, Issue #141
15+
- refactor: Add missing return value for help script line 937
16+
1017
## v2.0.6.9021
1118

12-
2022-05-24
19+
2022-05-25
1320

1421
- feature: Add miniDOT concatenate function, Issue #141
1522
- Modified compile_do_folder.R from mnsentinellakes

NEWS.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@ NEWS-ContDataQC
33

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

6-
#> Last Update: 2022-05-25 12:28:50
6+
#> Last Update: 2022-05-25 16:06:42
77

88
# Version History
99

10+
## v2.0.6.9022
11+
12+
2022-05-25
13+
14+
- refactor: Updates to minidot_cat function, Issue #141
15+
- refactor: Add missing return value for help script line 937
16+
1017
## v2.0.6.9021
1118

12-
2022-05-24
19+
2022-05-25
1320

1421
- feature: Add miniDOT concatenate function, Issue #141
1522
- Modified compile_do_folder.R from mnsentinellakes

NEWS.rmd

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ cat(paste0("Last Update: ",Sys.time()))
2121

2222
# Version History
2323

24+
## v2.0.6.9022
25+
2022-05-25
26+
27+
* refactor: Updates to minidot_cat function, Issue #141
28+
* refactor: Add missing return value for help script line 937
29+
2430
## v2.0.6.9021
25-
2022-05-24
31+
2022-05-25
2632

2733
* feature: Add miniDOT concatenate function, Issue #141
2834
+ Modified compile_do_folder.R from mnsentinellakes

0 commit comments

Comments
 (0)