-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,specr.object)
S3method(as.data.frame,specr.setup)
S3method(as_tibble,specr.object)
S3method(as_tibble,specr.setup)
S3method(plot,specr.boot)
S3method(plot,specr.object)
S3method(plot,specr.setup)
S3method(print,specr.boot)
S3method(print,specr.object)
S3method(print,specr.setup)
S3method(summary,specr.boot)
S3method(summary,specr.object)
S3method(summary,specr.setup)
export("%>%")
export(as_tibble)
export(boot_null)
export(icc_specs)
export(plot_choices)
export(plot_curve)
export(plot_decisiontree)
export(plot_grid)
export(plot_samplesizes)
export(plot_specs)
export(plot_summary)
export(plot_variance)
export(run_specs)
export(setup)
export(setup_specs)
export(specr)
export(summarise_specs)
import(dplyr)
import(ggplot2)
importFrom(cowplot,plot_grid)
importFrom(furrr,future_pmap)
importFrom(future,multisession)
importFrom(future,nbrOfWorkers)
importFrom(future,plan)
importFrom(glue,glue)
importFrom(igraph,graph_from_data_frame)
importFrom(lme4,VarCorr)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(parallelly,availableCores)
importFrom(purrr,cross)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_df)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rsample,analysis)
importFrom(rsample,bootstraps)
importFrom(stats,formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,nobs)
importFrom(stats,quantile)
importFrom(stats,start)
importFrom(stats,vcov)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove_all)
importFrom(tibble,as_tibble)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,expand_grid)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,stack)