-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(plot,FielDHub)
S3method(print,FielDHub)
S3method(print,fieldLayout)
S3method(print,summary.FielDHub)
S3method(summary,FielDHub)
export(CRD)
export(RCBD)
export(RCBD_augmented)
export(alpha_lattice)
export(diagonal_arrangement)
export(do_optim)
export(full_factorial)
export(incomplete_blocks)
export(latin_square)
export(multi_location_prep)
export(optimized_arrangement)
export(partially_replicated)
export(rectangular_lattice)
export(row_column)
export(run_app)
export(sparse_allocation)
export(split_families)
export(split_plot)
export(split_split_plot)
export(square_lattice)
export(strip_plot)
export(swap_pairs)
import(shiny)
importFrom(config,get)
importFrom(dplyr,glimpse)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(stats,aggregate)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.csv)