-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
113 lines (112 loc) · 2.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
export("%>%")
export(H2cal)
export(colortext)
export(design_noreps)
export(design_repblock)
export(figure2qmd)
export(figure2rmd)
export(footnotes)
export(gdoc2qmd)
export(include_pdf)
export(include_table)
export(jc_tombola)
export(mean_comparison)
export(metamorphosis)
export(outliers_remove)
export(plot_diag)
export(plot_diagnostic)
export(plot_raw)
export(plot_smr)
export(remove_outliers)
export(split_folder)
export(table2qmd)
export(table2rmd)
export(tarpuy)
export(tarpuy_design)
export(tarpuy_plex)
export(tarpuy_plotdesign)
export(tarpuy_traits)
export(web_table)
export(yupana)
export(yupana_analysis)
export(yupana_export)
export(yupana_import)
export(yupana_mvr)
export(yupana_reshape)
import(dplyr)
import(ggplot2)
importFrom(DT,datatable)
importFrom(agricolae,HSD.test)
importFrom(agricolae,SNK.test)
importFrom(agricolae,duncan.test)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,sym)
importFrom(dplyr,vars)
importFrom(emmeans,emmeans)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,gray.colors)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(lme4,VarCorr)
importFrom(lme4,lmer)
importFrom(lme4,ranef)
importFrom(purrr,as_vector)
importFrom(purrr,discard)
importFrom(purrr,pluck)
importFrom(shiny,dialogViewer)
importFrom(shiny,runApp)
importFrom(shiny,runGadget)
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,density)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_upper)
importFrom(stringr,word)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,enframe)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,tail)