Skip to content

Commit 517eca0

Browse files
authored
version 4.4
1 parent a7584cd commit 517eca0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

R/zzz.r

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
#############
2828
.noGenerics <- TRUE
2929

30-
.onLoad <- function(libname, pkgname)
31-
{
32-
## if (!interactive()) options(rgl.useNULL = TRUE)
33-
library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
34-
}
30+
#.onLoad <- function(libname, pkgname)
31+
# {
32+
# ## if (!interactive()) options(rgl.useNULL = TRUE)
33+
# library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
34+
#}
3535

36-
.onUnload <- function(libpath) {
37-
library.dynam.unload("Sim.DiffProc", libpath)
38-
}
36+
#.onUnload <- function(libpath) {
37+
# library.dynam.unload("Sim.DiffProc", libpath)
38+
#}
3939

4040
# .onAttach <- function(libname, pkgname) {
4141
# packageStartupMessage(paste0("This is package 'Sim.DiffProc', v",packageVersion(pkgname)));
@@ -44,4 +44,4 @@
4444
.onAttach <- function(library, pkg) {
4545
packageStartupMessage("Package 'Sim.DiffProc', version 4.4\nbrowseVignettes('Sim.DiffProc') for more informations.")
4646
invisible()
47-
}
47+
}

0 commit comments

Comments
 (0)