-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
40 lines (39 loc) · 984 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
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
export("%>%")
export(Bacon)
export(Bacon2)
export(create_input)
export(file_structure)
export(mix_curves)
export(pb)
export(runLinReg)
export(zip_files)
importFrom(dplyr,`%>%`)
importFrom(foreach,"%dopar%")
importFrom(grDevices,dev.control)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,recordPlot)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(utils,zip)