-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.48 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
S3method(print,augmentedRCBD)
S3method(print,augmentedRCBD.bulk)
export(augmentedRCBD)
export(augmentedRCBD.bulk)
export(describe.augmentedRCBD)
export(freqdist.augmentedRCBD)
export(gva.augmentedRCBD)
export(report.augmentedRCBD)
export(report.augmentedRCBD.bulk)
import(flextable)
import(ggplot2)
import(mathjaxr)
import(multcompView)
import(officer)
import(openxlsx)
importFrom(Rdpack,reprompt)
importFrom(cli,ansi_strip)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate_if)
importFrom(emmeans,emmeans)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,nclass.FD)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,nclass.scott)
importFrom(grDevices,png)
importFrom(graphics,pairs)
importFrom(graphics,plot)
importFrom(methods,is)
importFrom(moments,agostino.test)
importFrom(moments,anscombe.test)
importFrom(multcomp,cld)
importFrom(numform,f_num)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,"contrasts<-")
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,coef)
importFrom(stats,contr.helmert)
importFrom(stats,dnorm)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,qtukey)
importFrom(stats,sd)
importFrom(stringi,stri_pad_right)
importFrom(stringi,stri_trans_totitle)
importFrom(utils,capture.output)
importFrom(utils,citation)
importFrom(utils,getFromNamespace)
importFrom(utils,stack)