From 0be7cf72abb976fc3b96d96e9f61b2e810868ce3 Mon Sep 17 00:00:00 2001 From: Rich Fiorella Date: Fri, 29 Sep 2023 16:14:34 -0600 Subject: [PATCH] fix build syntax error --- R/calibrate_water.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/calibrate_water.R b/R/calibrate_water.R index dba7def..8a18578 100644 --- a/R/calibrate_water.R +++ b/R/calibrate_water.R @@ -118,7 +118,7 @@ calibrate_water <- function(inname, # dplyr::mutate(time_diff = ifelse(.data$btime - lag(.data$btime) > thres_hours, 1, 0)) # low_rs$periods <- data.table::rleidv(low_rs, "time_diff") %/% 2 # - } + #} #======================================================================= # apply calibration routines @@ -164,5 +164,4 @@ calibrate_water <- function(inname, return(outData) } - }