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

ContDataQC - QC Raw example doesn't run #70

Closed leppott closed 5 years ago

leppott commented 5 years ago

Describe the bug QC example for ContDataQC not running.

To Reproduce Steps to reproduce the behavior: image

Expected behavior NA

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

Additional context Error provided by user.

leppott commented 5 years ago

Recently modified one part of code for multiple files. Need to check there.

v2.0.2.9013

https://github.com/leppott/ContDataQC/commit/e933ffc07f88defd3191461807afa61a3b3e923f

Issue #68

leppott commented 5 years ago

Change "length(fun.myFile)==0" back to "fun.myFile==""" in IF/THEN structure for each subfunction in zfun.ContDataQC.R

leppott commented 5 years ago

Use fun.myFile[1]=="" to avoid warning when more than 1 file for file version of function.

leppott commented 5 years ago

Modify in format.Hobo.R as well.

leppott commented 5 years ago

Delete "release" for v2.0.3