-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(calculate_advice_devlang)
export(calculate_advice_hdc)
export(calculate_advice_hgt)
export(calculate_advice_wgt)
export(calculate_birth_z)
export(calculate_th)
export(fold)
export(hermanussencole)
export(list_screeners)
export(msg)
export(screen_curves_ind)
export(screen_curves_tgt)
export(targetheight)
import(nlreferences)
importFrom(bdsreader,persondata)
importFrom(bdsreader,timedata)
importFrom(centile,y2z)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,vars)
importFrom(methods,slot)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(tidyr,fill)
importFrom(tidyr,tibble)
importFrom(tidyselect,all_of)
importFrom(tidyselect,starts_with)
importFrom(utils,hasName)
importFrom(utils,packageVersion)