summaryrefslogtreecommitdiff
path: root/R/preprocess.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/preprocess.R')
-rw-r--r--R/preprocess.R1
1 files changed, 0 insertions, 1 deletions
diff --git a/R/preprocess.R b/R/preprocess.R
index 4a179ef..0d7fd82 100644
--- a/R/preprocess.R
+++ b/R/preprocess.R
@@ -135,7 +135,6 @@ predict.detrend <- function(model,newdata=NULL,...){
#' @importFrom zoo na.approx
#' @export
misdata <- function(data){
- require(zoo)
f <- function(var,start,end,Ts){
time_range <- range(time(var))