Skip to content

Commit

Permalink
rm useless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hongooi73 committed Apr 22, 2018
1 parent 6d1c681 commit 70de602
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/crbind.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 70de602

Please sign in to comment.