-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.16 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
S3method(check,rfast99)
S3method(plot,rfast99)
S3method(print,rfast99)
export(FFPK)
export(check)
export(compile_model)
export(generate_infile)
export(heat_check)
export(mcsim_install)
export(mcsim_version)
export(pbpk_apap_model)
export(pbtk1cpt_model)
export(pksim)
export(rfast99)
export(set_rtools40_path)
export(solve_fun)
export(solve_mcsim)
export(tell2)
import(ggplot2)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,polygon)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,fft)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,time)
importFrom(stats,var)
importFrom(utils,download.file)