-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
34 lines (33 loc) · 827 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(get_barcode_BMG)
export(grofitr)
export(load_BMG)
export(load_tecan)
export(makePlots)
export(plot_plates)
export(time_to_dbl)
import(ggplot2)
import(grofit)
importFrom(dplyr,"%>%")
importFrom(dplyr,funs)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,vars)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,divide_by)
importFrom(magrittr,extract2)
importFrom(readr,read_csv)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyselect,everything)