1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 22:22:19 +02:00

(v1.0.1.9004) Support dplyr 1.0.0

This commit is contained in:
2020-03-14 14:05:43 +01:00
parent 3760bcb11e
commit 219cff403f
62 changed files with 616 additions and 213 deletions

View File

@ -1,14 +1,19 @@
# Generated by roxygen2: do not edit by hand
S3method("[",ab)
S3method("[",disk)
S3method("[",mo)
S3method("[<-",ab)
S3method("[<-",disk)
S3method("[<-",mo)
S3method("[[",ab)
S3method("[[",disk)
S3method("[[",mo)
S3method("[[<-",ab)
S3method("[[<-",disk)
S3method("[[<-",mo)
S3method(as.data.frame,ab)
S3method(as.data.frame,disk)
S3method(as.data.frame,mo)
S3method(as.double,mic)
S3method(as.integer,mic)
@ -20,6 +25,7 @@ S3method(as.rsi,mic)
S3method(barplot,mic)
S3method(barplot,rsi)
S3method(c,ab)
S3method(c,disk)
S3method(c,mo)
S3method(droplevels,mic)
S3method(droplevels,rsi)
@ -52,11 +58,21 @@ S3method(skewness,matrix)
S3method(summary,mic)
S3method(summary,mo)
S3method(summary,rsi)
S3method(type_sum,ab)
S3method(type_sum,disk)
S3method(type_sum,mic)
S3method(type_sum,mo)
S3method(type_sum,rsi)
S3method(vec_cast,character.mo)
S3method(vec_cast,mo)
S3method(vec_cast,mo.character)
S3method(vec_cast,mo.mo)
S3method(vec_ptype2,mo)
S3method(vec_ptype_abbr,ab)
S3method(vec_ptype_abbr,disk)
S3method(vec_ptype_abbr,mic)
S3method(vec_ptype_abbr,mo)
S3method(vec_ptype_abbr,rsi)
S3method(vec_ptype_full,ab)
S3method(vec_ptype_full,disk)
S3method(vec_ptype_full,mic)
S3method(vec_ptype_full,mo)
S3method(vec_ptype_full,rsi)
export("%like%")
export("%like_case%")
export(ab_atc)
@ -199,14 +215,19 @@ export(skewness)
export(susceptibility)
export(theme_rsi)
exportMethods("[.ab")
exportMethods("[.disk")
exportMethods("[.mo")
exportMethods("[<-.ab")
exportMethods("[<-.disk")
exportMethods("[<-.mo")
exportMethods("[[.ab")
exportMethods("[[.disk")
exportMethods("[[.mo")
exportMethods("[[<-.ab")
exportMethods("[[<-.disk")
exportMethods("[[<-.mo")
exportMethods(as.data.frame.ab)
exportMethods(as.data.frame.disk)
exportMethods(as.data.frame.mo)
exportMethods(as.double.mic)
exportMethods(as.integer.mic)
@ -214,6 +235,7 @@ exportMethods(as.numeric.mic)
exportMethods(barplot.mic)
exportMethods(barplot.rsi)
exportMethods(c.ab)
exportMethods(c.disk)
exportMethods(c.mo)
exportMethods(droplevels.mic)
exportMethods(droplevels.rsi)
@ -244,6 +266,7 @@ exportMethods(skewness.matrix)
exportMethods(summary.mic)
exportMethods(summary.mo)
exportMethods(summary.rsi)
importFrom(R6,R6Class)
importFrom(cleaner,freq)
importFrom(cleaner,freq.default)
importFrom(cleaner,percentage)
@ -294,7 +317,6 @@ importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,n_groups)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
@ -317,7 +339,6 @@ importFrom(graphics,text)
importFrom(knitr,kable)
importFrom(microbenchmark,microbenchmark)
importFrom(pillar,pillar_shaft)
importFrom(pillar,type_sum)
importFrom(rlang,as_label)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
@ -334,3 +355,7 @@ importFrom(tidyr,pivot_wider)
importFrom(utils,adist)
importFrom(utils,browseURL)
importFrom(utils,menu)
importFrom(vctrs,vec_cast)
importFrom(vctrs,vec_ptype2)
importFrom(vctrs,vec_ptype_abbr)
importFrom(vctrs,vec_ptype_full)