forked from MarcLavielle/mlxR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.49 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
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(catplotmlx)
export(exposure)
export(ggplotmlx)
export(inlineDataFrame)
export(inlineModel)
export(kmplotmlx)
export(mlxplore)
export(mlxtoolboxReadData)
export(monolix2simulx)
export(pharmml2mlxtran)
export(pkmodel)
export(prctilemlx)
export(read.vector)
export(readDatamlx)
export(setMlxLibraryPath)
export(shinymlx)
export(simpopmlx)
export(simulx)
export(statmlx)
export(writeDatamlx)
importFrom(Rcpp,sourceCpp)
importFrom(XML,getNodeSet)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlParse)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,hsv)
importFrom(grDevices,rgb)
importFrom(graphics,hist)
importFrom(methods,new)
importFrom(methods,setRefClass)
importFrom(stats,aggregate)
importFrom(stats,dnorm)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,time)
importFrom(tcltk,tk_choose.dir)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)