leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

Summary Stats - not including Water Level #124

Closed leppott closed 2 years ago

leppott commented 3 years ago

Describe the bug SumStats output not including water level data.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Have a test file.

leppott commented 3 years ago

Run test file in the console.

Figure fails when trying to create the QC report. The QC report is generated and the output CSV.

image

The Word (DOCX) QC report is created and includes water level.

image

leppott commented 3 years ago

PeriodStats works and get csv and docx output. But the plots are not there in the report.

image

leppott commented 2 years ago

.GageHeight still in use in fun.Stats.R (A) and fun.Stats.File.R (B).

A image

B image

leppott commented 2 years ago

Performed search on entire package and no more references in the code files.

Will need to update Shiny.io version when complete this update.