Skip to content

Commit 9f1f0dd

Browse files
committed
v2.0.7.9038
* docs: Build vignettes
1 parent 4971c7d commit 9f1f0dd

12 files changed

+19278
-14
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.7.9037
3+
Version: 2.0.7.9038
44
Authors@R: c(
55
person("Erik W", "Leppo", email="[email protected]",role=c("aut","cre")),
66
person("Ann","Roseberry Lincoln", role="ctb"),

NEWS

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ NEWS-ContDataQC
33

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

6-
#> Last Update: 2024-12-02 10:13:21.357636
6+
#> Last Update: 2024-12-17 08:49:02.377954
77

88
# Version History
99

10+
## v2.0.7.9038
11+
12+
2024-12-17
13+
14+
- docs: Build vignettes
15+
1016
## v2.0.7.9037
1117

1218
2024-12-02

NEWS.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ NEWS-ContDataQC
33

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

6-
#> Last Update: 2024-12-02 10:13:21.357636
6+
#> Last Update: 2024-12-17 08:49:02.377954
77

88
# Version History
99

10+
## v2.0.7.9038
11+
12+
2024-12-17
13+
14+
- docs: Build vignettes
15+
1016
## v2.0.7.9037
1117

1218
2024-12-02

NEWS.rmd

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ cat(paste0("Last Update: ",Sys.time()))
2121

2222
# Version History
2323

24+
## v2.0.7.9038
25+
2024-12-17
26+
27+
* docs: Build vignettes
28+
2429
## v2.0.7.9037
2530
2024-12-02
2631

inst/CITATION

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
citHeader("To cite ContDataQC in publications use:")
2+
3+
bibentry(
4+
bibtype = "Article",
5+
title = "ContDataQC",
6+
author = personList(as.person()),
7+
year = ,
8+
9+
textVersion =
10+
paste("Leppo, E.W., ",
11+
"ContDataQC -- An R package for "
12+
)
13+
14+
15+
person("Erik W", "Leppo"),
16+
person("Ann","Roseberry Lincoln"),
17+
person("Jen", "Stamp"),
18+
person("David", "Gibbs"),
19+
person("Ben", "Block"),
20+
person("Yadong", "Xu")

inst/extdata/ContDataQC_LibraryCreation.Rmd

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Package related code.
2525

2626
```{r Vignette_Data, eval=FALSE}
2727
# 1. change wd to vignettes
28-
setwd(file.path("C:","Users","Erik.Leppo","OneDrive - Tetra Tech, Inc"
29-
,"MyDocs_OneDrive","GitHub","ContDataQC","vignettes"))
28+
# setwd(file.path("C:","Users","Erik.Leppo","OneDrive - Tetra Tech, Inc"
29+
# ,"MyDocs_OneDrive","GitHub","ContDataQC","vignettes"))
30+
setwd("vignettes")
3031
#
3132
# 2. Add data for vignette examples
3233
# Parameters
@@ -82,7 +83,7 @@ package directory
8283
```{r, eval=FALSE}
8384
# Set working directory
8485
myLibrary <- "ContDataQC"
85-
dir_base <- "C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub"
86+
dir_base <- "C:/Users/Erik.Leppo/Documents/GitHub"
8687
#setwd(file.path(dir_base, myLibrary))
8788
8889

inst/extdata/ContDataQC_LibraryCreation.nb.html

+17-8
Large diffs are not rendered by default.
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# User Defined Values
2+
3+
# Time Zone, used in Gage script in dataRetrieval, OlsonNames()
4+
# ContData.env$myTZ <- Sys.timezone() #"America/New_York" (local time zone)
5+
ContData.env$myTZ <- "America/Chicago" # central time zone
6+
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vignettes/Data1_RAW/test2_AW_20130426_20130725.csv

+4,321
Large diffs are not rendered by default.

vignettes/Data1_RAW/test2_AW_20130725_20131015.csv

+3,940
Large diffs are not rendered by default.

vignettes/Data1_RAW/test2_AW_20140901_20140930.csv

+1,441
Large diffs are not rendered by default.

vignettes/Data1_RAW/test4_AW_20160418_20160726.csv

+9,509
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)