Skip to content

28 commits ahead of main branch for Erik to accept #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
8b0bde9
Updating code after EPA internal review part 2
m-pennino Sep 26, 2024
b4921e1
Updating code after EPA internal review part 4
m-pennino Sep 26, 2024
327bd91
Updating code after EPA internal review part 5
m-pennino Sep 26, 2024
d1fa128
Updating code after EPA internal review part 6
m-pennino Sep 26, 2024
7d6e470
Updating code after EPA internal review part 7
m-pennino Sep 26, 2024
621b604
Updating code after EPA internal review part 8
m-pennino Sep 26, 2024
775e938
Updating code after EPA internal review part 9
m-pennino Sep 26, 2024
90f9625
Updating code after EPA internal review part 10
m-pennino Sep 26, 2024
8ec0941
Updating code after EPA internal review part 11
m-pennino Sep 26, 2024
0ccd50e
Updating code after EPA internal review part 12
m-pennino Sep 26, 2024
3574ef0
Updating code after EPA internal review part 13
m-pennino Sep 26, 2024
fb44380
Updating code after EPA internal review part 14
m-pennino Sep 26, 2024
2dcb7c6
Updating code after EPA internal review part 15
m-pennino Sep 26, 2024
0ab8a9c
Updating code after EPA internal review part 16
m-pennino Sep 26, 2024
0c69e8c
Updating Overview tab link closing bracket
m-pennino Sep 26, 2024
7737523
Updating readme file - removed planned updates section
m-pennino Oct 4, 2024
702c575
Updated readme.md file - removed planned updates section
m-pennino Oct 4, 2024
adbfbd4
Adding link to shiny app
m-pennino Oct 4, 2024
56f7cad
Update to paper version link
m-pennino Oct 4, 2024
a97a1dd
Updating Badge links
m-pennino Oct 4, 2024
bcfd1b4
Updated description contents
m-pennino Oct 4, 2024
84bd349
Added info about newest updates
m-pennino Oct 4, 2024
8112346
Updating version number in descripton, news, and global.R file
m-pennino Oct 7, 2024
5b777d7
Added Vignette folder with vignette html files for direct access. Up…
m-pennino Dec 17, 2024
980c396
Updated readme file with new vignette link and file path
m-pennino Dec 17, 2024
7ad8d91
Updated vignette help file path
m-pennino Dec 17, 2024
d3646a2
added #### to comment where threshold section is located in the file
m-pennino Dec 17, 2024
ae04dad
Updated config files to better locate thresholds
m-pennino Dec 17, 2024
89f6886
Pull request merge
leppott Feb 11, 2025
44c0f16
Update DESCRIPTION
leppott Feb 19, 2025
6940435
Update NEWS.md
leppott Feb 19, 2025
a50d04d
Update NEWS.rmd
leppott Feb 19, 2025
6331c4f
Update NEWS.md
leppott Feb 19, 2025
69eb23a
Update tab_3_MainFunc.R
leppott Feb 19, 2025
1a3c5f6
Added url for both contact us links
m-pennino Apr 8, 2025
a89f7d8
Merge branch 'main' of https://github.com/USEPA/ContDataQC
m-pennino Apr 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## Install New Package (locally)
setwd("..") # return to root directory first
devtools::install(myLibrary
, build_vignettes = TRUE
, quick = FALSE
, reload = TRUE)
## Reload library
library(myLibrary,character.only = TRUE)
# change wd back to package
setwd(file.path(dir_base, myLibrary))
library(ContDataQC)
# 00. Set up
# Parameters
Expand Down Expand Up @@ -510,3 +500,13 @@ runApp('C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub/Co
shiny::runApp('C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub/ContDataQC/inst/shiny-examples/ContDataQC')
shiny::runApp('inst/shiny-examples/ContDataQC')
runApp('inst/shiny-examples/ContDataQC')
getwd()
shiny::runApp('inst/shiny-examples/ContDataQC')
runApp('inst/shiny-examples/ContDataQC')
runApp('inst/shiny-examples/ContDataQC')
runApp('inst/shiny-examples/ContDataQC')
runApp('inst/shiny-examples/ContDataQC')
?contdataqc
?ContDataQC
if(!require(remotes)){install.packages("remotes")} #install if needed
remotes::install_github("USEPA/ContDataQC", force = TRUE, build_vignettes = TRUE)
1 change: 1 addition & 0 deletions ContDataQC.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: c0be144b-0346-467a-9164-bbe4208c3fbe

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Package: ContDataQC
Title: Quality Control (QC) of Continous Monitoring Data
Version: 2.0.7.9005
Version: 2.1.0
Authors@R: c(
person("Erik W", "Leppo", email="Erik.Leppo@tetratech.com",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
person("Jen", "Stamp", role="ctb"),
person("David", "Gibbs", role="ctb"),
person("Ben", "Block", role="ctb"),
person("Michael", "Pennino", role="ctb"),
person("Yadong", "Xu", role="ctb"))
Description: Quality control checks on continuous data files from Hobo data loggers. Also aggregates and subsets files by a given date range. And runs basic statistics. Outputs reports to Word (requires knitr and Pandoc).
Depends:
R (>= 3.3.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/leppott/ContDataQC
BugReports: https://github.com/leppott/ContDataQC/issues
URL: https://github.com/USEPA/ContDataQC
BugReports: https://github.com/USEPA/ContDataQC/issues
Imports:
dataRetrieval,
doBy,
Expand Down
Loading