Skip to content

Commit

Permalink
Merge pull request apache#211 from hlin09/generics
Browse files Browse the repository at this point in the history
[SPARKR-220] Move setGeneric() to a separate file (00-generics.R) to make S4 generic methods easier to follow, and visible to all data types' implementation.
  • Loading branch information
shivaram committed Mar 10, 2015
2 parents ffd6e8e + ff948db commit 90f2692
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 315 deletions.
14 changes: 14 additions & 0 deletions pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@ Suggests:
testthat
Description: R frontend for Spark
License: Apache License (== 2.0)
Collate:
'generics.R'
'jobj.R'
'RDD.R'
'pairRDD.R'
'broadcast.R'
'context.R'
'deserialize.R'
'serialize.R'
'sparkR.R'
'sparkRBackend.R'
'sparkRClient.R'
'utils.R'
'zzz.R'
Loading

0 comments on commit 90f2692

Please sign in to comment.