Skip to content

Commit

Permalink
fix cran
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jan 1, 2018
1 parent 73e0def commit 137d1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -4029,6 +4029,7 @@ setMethod("broadcast",
#' to be at least \code{delayThreshold} behind the actual event time. In some cases we may still
#' process records that arrive more than \code{delayThreshold} late.
#'
#' @param x a streaming SparkDataFrame
#' @param eventTime a string specifying the name of the Column that contains the event time of the
#' row.
#' @param delayThreshold a string specifying the minimum delay to wait to data to arrive late,
Expand Down

0 comments on commit 137d1cb

Please sign in to comment.