Skip to content

Commit 47c32f4

Browse files
committed
version 4.2
1 parent 30c794e commit 47c32f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NAMESPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
## C code.
77
################################################
88

9-
useDynLib("Sim.DiffProc", .registration=TRUE, .fixes="C_")
9+
#useDynLib("Sim.DiffProc", .registration=TRUE, .fixes="C_")
1010

1111
################################################
1212
## import name space
1313
################################################
1414

15-
import("rgl")
15+
## import("rgl")
1616
import("scatterplot3d")
1717
import("MASS")
1818
import("Deriv")
@@ -27,7 +27,7 @@ importFrom("stats", "end", "time", "start", "median","median.default", "quantile
2727
"optim", "qnorm", "rnorm", "sd", "ts", "ts.union",
2828
"uniroot", "var","na.omit","qqplot","setNames")
2929
importFrom("utils", packageVersion,vignette,modifyList,head,tail)
30-
30+
importFrom("rgl",plot3d,persp3d)
3131

3232
################################################
3333
## export name space

0 commit comments

Comments
 (0)