Skip to content

Commit

Permalink
SQLTypes -> schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Apr 16, 2015
1 parent a5a02f2 commit c2b09be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions R/pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ Collate:
'jobj.R'
'RDD.R'
'pairRDD.R'
'SQLTypes.R'
'schema.R'
'column.R'
'group.R'
'schema.R'
'DataFrame.R'
'SQLContext.R'
'backend.R'
Expand Down
2 changes: 1 addition & 1 deletion R/pkg/R/DataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# DataFrame.R - DataFrame class and methods implemented in S4 OO classes

#' @include generics.R jobj.R SQLTypes.R RDD.R pairRDD.R column.R group.R
#' @include generics.R jobj.R schema.R RDD.R pairRDD.R column.R group.R
NULL

setOldClass("jobj")
Expand Down
2 changes: 1 addition & 1 deletion R/pkg/R/column.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Column Class

#' @include generics.R jobj.R SQLTypes.R
#' @include generics.R jobj.R schema.R
NULL

setOldClass("jobj")
Expand Down
2 changes: 1 addition & 1 deletion R/pkg/R/group.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# group.R - GroupedData class and methods implemented in S4 OO classes

#' @include generics.R jobj.R SQLTypes.R column.R
#' @include generics.R jobj.R schema.R column.R
NULL

setOldClass("jobj")
Expand Down

0 comments on commit c2b09be

Please sign in to comment.