Skip to content

Commit

Permalink
v2.0.7.9038
Browse files Browse the repository at this point in the history
* docs: Build vignettes
  • Loading branch information
leppott committed Dec 17, 2024
1 parent 4971c7d commit 9f1f0dd
Show file tree
Hide file tree
Showing 12 changed files with 19,278 additions and 14 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.7.9037
Version: 2.0.7.9038
Authors@R: c(
person("Erik W", "Leppo", email="[email protected]",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: 2024-12-02 10:13:21.357636
#> Last Update: 2024-12-17 08:49:02.377954

# Version History

## v2.0.7.9038

2024-12-17

- docs: Build vignettes

## v2.0.7.9037

2024-12-02
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: 2024-12-02 10:13:21.357636
#> Last Update: 2024-12-17 08:49:02.377954

# Version History

## v2.0.7.9038

2024-12-17

- docs: Build vignettes

## v2.0.7.9037

2024-12-02
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.7.9038
2024-12-17

* docs: Build vignettes

## v2.0.7.9037
2024-12-02

Expand Down
20 changes: 20 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
citHeader("To cite ContDataQC in publications use:")

bibentry(
bibtype = "Article",
title = "ContDataQC",
author = personList(as.person()),
year = ,

textVersion =
paste("Leppo, E.W., ",
"ContDataQC -- An R package for "
)


person("Erik W", "Leppo"),
person("Ann","Roseberry Lincoln"),
person("Jen", "Stamp"),
person("David", "Gibbs"),
person("Ben", "Block"),
person("Yadong", "Xu")
7 changes: 4 additions & 3 deletions inst/extdata/ContDataQC_LibraryCreation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Package related code.

```{r Vignette_Data, eval=FALSE}
# 1. change wd to vignettes
setwd(file.path("C:","Users","Erik.Leppo","OneDrive - Tetra Tech, Inc"
,"MyDocs_OneDrive","GitHub","ContDataQC","vignettes"))
# setwd(file.path("C:","Users","Erik.Leppo","OneDrive - Tetra Tech, Inc"
# ,"MyDocs_OneDrive","GitHub","ContDataQC","vignettes"))
setwd("vignettes")
#
# 2. Add data for vignette examples
# Parameters
Expand Down Expand Up @@ -82,7 +83,7 @@ package directory
```{r, eval=FALSE}
# Set working directory
myLibrary <- "ContDataQC"
dir_base <- "C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub"
dir_base <- "C:/Users/Erik.Leppo/Documents/GitHub"
#setwd(file.path(dir_base, myLibrary))
Expand Down
25 changes: 17 additions & 8 deletions inst/extdata/ContDataQC_LibraryCreation.nb.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions vignettes/Data1_RAW/config.TZ.Central.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# User Defined Values

# Time Zone, used in Gage script in dataRetrieval, OlsonNames()
# ContData.env$myTZ <- Sys.timezone() #"America/New_York" (local time zone)
ContData.env$myTZ <- "America/Chicago" # central time zone
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4,321 changes: 4,321 additions & 0 deletions vignettes/Data1_RAW/test2_AW_20130426_20130725.csv

Large diffs are not rendered by default.

3,940 changes: 3,940 additions & 0 deletions vignettes/Data1_RAW/test2_AW_20130725_20131015.csv

Large diffs are not rendered by default.

1,441 changes: 1,441 additions & 0 deletions vignettes/Data1_RAW/test2_AW_20140901_20140930.csv

Large diffs are not rendered by default.

9,509 changes: 9,509 additions & 0 deletions vignettes/Data1_RAW/test4_AW_20160418_20160726.csv

Large diffs are not rendered by default.

0 comments on commit 9f1f0dd

Please sign in to comment.