@@ -30,39 +30,21 @@ S3method(select,SummarizedExperiment)
3030S3method(separate,SummarizedExperiment)
3131S3method(slice,SummarizedExperiment)
3232S3method(summarise,SummarizedExperiment)
33+ S3method(summarize,SummarizedExperiment)
3334S3method(tbl_format_header,tidySummarizedExperiment)
3435S3method(tidy,RangedSummarizedExperiment)
3536S3method(tidy,SummarizedExperiment)
3637S3method(unite,SummarizedExperiment)
3738S3method(unnest,tidySummarizedExperiment_nested)
3839export("%>%")
39- export()
4040export(as_tibble)
41- export(bind_rows)
42- export(count)
43- export(distinct)
4441export(extract)
45- export(filter)
46- export(full_join)
4742export(ggplot)
48- export(group_by)
49- export(inner_join)
50- export(left_join)
51- export(mutate)
5243export(nest)
5344export(pivot_longer)
5445export(pivot_wider)
5546export(plot_ly)
56- export(pull)
57- export(rename)
58- export(right_join)
59- export(rowwise)
60- export(sample_frac)
61- export(sample_n)
62- export(select)
6347export(separate)
64- export(slice)
65- export(summarise)
6648export(tbl_format_header)
6749export(tidy)
6850export(unite)
@@ -105,6 +87,7 @@ importFrom(dplyr,select)
10587importFrom(dplyr,select_if)
10688importFrom(dplyr,slice)
10789importFrom(dplyr,summarise)
90+ importFrom(dplyr,summarize)
10891importFrom(dplyr,vars)
10992importFrom(ellipsis,check_dots_unnamed)
11093importFrom(ellipsis,check_dots_used)
@@ -166,5 +149,6 @@ importFrom(tidyselect,eval_select)
166149importFrom(tidyselect,one_of)
167150importFrom(ttservice,bind_cols)
168151importFrom(ttservice,bind_rows)
152+ importFrom(utils,packageDescription)
169153importFrom(utils,tail)
170154importFrom(vctrs,new_data_frame)
0 commit comments