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

Shiny App - Aggregate not working. #92

Closed leppott closed 3 years ago

leppott commented 3 years ago

Describe the bug Shiny app, ContDataQC, throwing error in the aggregate step.

To Reproduce Test files in email, 2020-11-13.

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

Additional context Add any other context about the problem here.

leppott commented 3 years ago

Fails on test files in the Report RMD step.

image

leppott commented 3 years ago

Report was failing due to missing "Year" field.

Added statement to add it if missing in the Report_Aggregate.RMD file.

image

leppott commented 3 years ago

linked to file rename when moved files from root directory to "data" folder.

global.R - renameAggOutput()

image

image

leppott commented 3 years ago

Related to : https://github.com/leppott/ContDataQC/issues/93