Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
missed two - didn't hit save
  • Loading branch information
felixcheung committed Nov 13, 2015
commit c8c0f2eeac3defe717f22616f995b43ea0338bed
4 changes: 0 additions & 4 deletions R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ setGeneric("flatMap", function(X, FUN) { standardGeneric("flatMap") })
# @export
setGeneric("fold", function(x, zeroValue, op) { standardGeneric("fold") })

# @rdname foreach
# @export
setGeneric("foreach", function(x, func) { standardGeneric("foreach") })

# @rdname foreach
# @export
setGeneric("foreachPartition", function(x, func) { standardGeneric("foreachPartition") })

# The jrdd accessor function.
Expand Down