Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tibble package #1595

Closed
wants to merge 16 commits into from
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Imports:
utils,
R6,
Rcpp (>= 0.12.3),
tibble,
magrittr,
lazyeval (>= 0.1.10),
DBI (>= 0.3)
Expand All @@ -36,11 +37,13 @@ Suggests:
rmarkdown,
covr,
dtplyr
Remotes: hadley/testthat
Remotes:
hadley/testthat,
hadley/tibble
VignetteBuilder: knitr
LazyData: yes
LinkingTo: Rcpp (>= 0.12.0),
BH (>= 1.58.0-1)
LazyData: yes
License: MIT + file LICENSE
Collate:
'RcppExports.R'
Expand All @@ -65,9 +68,7 @@ Collate:
'dplyr.r'
'explain.r'
'failwith.r'
'frame-data.R'
'funs.R'
'glimpse.R'
'group-by.r'
'group-indices.R'
'group-size.r'
Expand Down Expand Up @@ -113,12 +114,12 @@ Collate:
'tbl-lazy.R'
'tbl-sql.r'
'tbl.r'
'tibble-reexport.r'
'top-n.R'
'translate-sql-helpers.r'
'translate-sql-base.r'
'translate-sql-window.r'
'translate-sql.r'
'type-sum.r'
'utils-format.r'
'utils-replace-with.R'
'utils.r'
Expand Down
42 changes: 12 additions & 30 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method("$",tbl_df)
S3method("[",grouped_df)
S3method("[",tbl_df)
S3method("[[",tbl_df)
S3method(all.equal,tbl_df)
S3method(anti_join,data.frame)
S3method(anti_join,tbl_df)
Expand All @@ -24,12 +21,8 @@ S3method(as.tbl_cube,array)
S3method(as.tbl_cube,data.frame)
S3method(as.tbl_cube,matrix)
S3method(as.tbl_cube,table)
S3method(as_data_frame,data.frame)
S3method(as_data_frame,grouped_df)
S3method(as_data_frame,list)
S3method(as_data_frame,matrix)
S3method(as_data_frame,tbl_cube)
S3method(as_data_frame,tbl_df)
S3method(auto_copy,tbl_cube)
S3method(auto_copy,tbl_df)
S3method(auto_copy,tbl_sql)
Expand Down Expand Up @@ -102,14 +95,9 @@ S3method(format,ident)
S3method(format,sql)
S3method(format,src_local)
S3method(format,src_sql)
S3method(format_v,character)
S3method(format_v,default)
S3method(full_join,data.frame)
S3method(full_join,tbl_df)
S3method(full_join,tbl_lazy)
S3method(glimpse,data.frame)
S3method(glimpse,default)
S3method(glimpse,tbl)
S3method(group_by_,data.frame)
S3method(group_by_,rowwise_df)
S3method(group_by_,tbl_cube)
Expand Down Expand Up @@ -142,10 +130,6 @@ S3method(n_groups,grouped_df)
S3method(n_groups,rowwise_df)
S3method(n_groups,tbl_sql)
S3method(names,sql_variant)
S3method(obj_type,"NULL")
S3method(obj_type,data.frame)
S3method(obj_type,data_frame)
S3method(obj_type,default)
S3method(op_grps,op_base)
S3method(op_grps,op_double)
S3method(op_grps,op_group_by)
Expand Down Expand Up @@ -185,10 +169,8 @@ S3method(print,sql)
S3method(print,sql_variant)
S3method(print,src)
S3method(print,tbl_cube)
S3method(print,tbl_df)
S3method(print,tbl_lazy)
S3method(print,tbl_sql)
S3method(print,trunc_mat)
S3method(query,DBIConnection)
S3method(rbind,grouped_df)
S3method(recode,character)
Expand Down Expand Up @@ -283,17 +265,6 @@ S3method(tbl_vars,data.frame)
S3method(tbl_vars,tbl_cube)
S3method(tbl_vars,tbl_lazy)
S3method(transmute_,default)
S3method(type_sum,Date)
S3method(type_sum,POSIXt)
S3method(type_sum,array)
S3method(type_sum,character)
S3method(type_sum,data.frame)
S3method(type_sum,default)
S3method(type_sum,factor)
S3method(type_sum,integer)
S3method(type_sum,logical)
S3method(type_sum,matrix)
S3method(type_sum,numeric)
S3method(ungroup,data.frame)
S3method(ungroup,grouped_df)
S3method(ungroup,rowwise_df)
Expand Down Expand Up @@ -404,7 +375,6 @@ export(is.sql)
export(is.src)
export(is.tbl)
export(join_query)
export(knit_print.trunc_mat)
export(lag)
export(lahman_df)
export(lahman_dt)
Expand Down Expand Up @@ -543,6 +513,18 @@ importFrom(magrittr,"%>%")
importFrom(stats,lag)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(tibble,add_row)
importFrom(tibble,as_data_frame)
importFrom(tibble,data_frame)
importFrom(tibble,data_frame_)
importFrom(tibble,frame_data)
importFrom(tibble,glimpse)
importFrom(tibble,lst)
importFrom(tibble,lst_)
importFrom(tibble,tbl_df)
importFrom(tibble,tibble)
importFrom(tibble,trunc_mat)
importFrom(tibble,type_sum)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(dplyr)
4 changes: 0 additions & 4 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ grouped_indices_impl <- function(data, symbols) {
.Call('dplyr_grouped_indices_impl', PACKAGE = 'dplyr', data, symbols)
}

matrixToDataFrame <- function(x) {
.Call('dplyr_matrixToDataFrame', PACKAGE = 'dplyr', x)
}

select_impl <- function(df, vars) {
.Call('dplyr_select_impl', PACKAGE = 'dplyr', df, vars)
}
Expand Down
Loading