Skip to content

Commit

Permalink
fix build syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Sep 29, 2023
1 parent fd5dd34 commit 0be7cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/calibrate_water.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -164,5 +164,4 @@ calibrate_water <- function(inname,

return(outData)
}

}

0 comments on commit 0be7cf7

Please sign in to comment.