From 70de602370e52e1d1fca8f88c1ecda5ca19771db Mon Sep 17 00:00:00 2001 From: hong-revo Date: Sun, 22 Apr 2018 22:20:57 +1000 Subject: [PATCH] rm useless warning --- R/crbind.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/crbind.R b/R/crbind.R index 83c91d0..30ba481 100644 --- a/R/crbind.R +++ b/R/crbind.R @@ -30,8 +30,6 @@ cbind.RxXdfData <- function(..., deparse.level=1, .outFile=tbl_xdf(lst[[1]]), .rxArgs) { stopIfDistribCC("cbind for Rx source objects not supported in Hadoop/Spark compute context") - if(!missing(deparse.level)) - warn("cbind for Rx source objects doesn't use deparse.level") lst <- list(...) if(length(lst) < 1) @@ -95,8 +93,6 @@ cbind.RxXdfData <- function(..., deparse.level=1, .outFile=tbl_xdf(lst[[1]]), .r rbind.RxXdfData <- function(..., deparse.level=1, .outFile=tbl_xdf(lst[[1]]), .rxArgs) { stopIfDistribCC("rbind for Rx source objects not supported in Hadoop/Spark compute context") - if(!missing(deparse.level)) - warn("rbind for Rx source objects doesn't use deparse.level") lst <- list(...) if(length(lst) < 1)