-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(absorb_dt)
export(agegrp_name)
export(clamp)
export(clone_dt)
export(count_if)
export(counts)
export(crossval_gamlss)
export(csv_to_fst)
export(del_dt_rows)
export(dependencies)
export(do_cols_dt)
export(estim_beta_params)
export(fclamp)
export(fclamp_int)
export(fequal)
export(fnormalise)
export(fquantile)
export(fquantile_byid)
export(get_dropbox_path)
export(get_pcloud_path)
export(gnrt_folder_structure)
export(guess_gamlss)
export(guess_polr)
export(identical_elements)
export(lin_interpolation)
export(match_colnames_pattern)
export(normalise)
export(outersect)
export(pctl_rank)
export(prop_if)
export(reldist_diagnostics)
export(replace_from_table)
export(resample)
export(to_agegrp)
import(data.table)
import(fst)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(stats,.checkMFClasses)
importFrom(stats,delete.response)
importFrom(stats,density)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(yaml,write_yaml)
useDynLib(CKutils, .registration = TRUE)