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

Bug - QC Report - plots empty #11

Closed leppott closed 7 years ago

leppott commented 7 years ago

Introduced with v2.0.1.9005 with fixes for offset time data. Only affects these types of files.

leppott commented 7 years ago

Suspect is due to "NA" in data fields with offset data. (That is, every other row is NA). Need to address in the RMD file.

leppott commented 7 years ago

Only happens with "offset" air and water data, e.g., test4 example file. Works fine for regular files.

leppott commented 7 years ago

"Offset" data included NAs and plot type set to line. Thus nothing was plotting.

Introduced na.omit(is.numeric(plotdata)) to fix the issue.

leppott commented 7 years ago

Fixed in v2.0.1.9008.