-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_solution_id)
export(convert_simulations_to_list)
export(convert_to_numeric_lab_values)
export(package_file)
export(prepare_solutions_input)
export(read_output_file)
export(read_simulations)
export(remove_missing_samples)
export(tidy_samples)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(janitor,make_clean_names)
importFrom(kwb.base,hsLabValToVal)
importFrom(kwb.utils,asNoFactorDataFrame)
importFrom(kwb.utils,defaultIfNA)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,rbindAll)
importFrom(kwb.utils,selectElements)
importFrom(kwb.utils,startsToRanges)
importFrom(magrittr,"%>%")
importFrom(readr,cols)
importFrom(readr,fwf_widths)
importFrom(readr,read_fwf)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_length)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,ends_with)
importFrom(utils,read.table)