-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
46 lines (45 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(ck_cnt_measures)
export(ck_create_testdata)
export(ck_flexparams)
export(ck_generate_rkeys)
export(ck_params_cnts)
export(ck_params_nums)
export(ck_read_yaml)
export(ck_setup)
export(ck_simpleparams)
export(ck_vignette)
import(data.table)
import(sdcHierarchies)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(digest,sha1)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(ptable,create_ptable)
importFrom(rlang,is_bare_integerish)
importFrom(rlang,is_character)
importFrom(rlang,is_double)
importFrom(rlang,is_integerish)
importFrom(rlang,is_na)
importFrom(rlang,is_scalar_atomic)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_double)
importFrom(rlang,is_scalar_integer)
importFrom(rlang,is_scalar_integerish)
importFrom(rlang,is_scalar_logical)
importFrom(sdcTable,makeProblem)
importFrom(sdcTable,sdcProb2df)
importFrom(stats,addmargins)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,weights)
importFrom(stats,xtabs)
importFrom(utils,RShowDoc)
importFrom(utils,data)