Skip to content

Commit e21debb

Browse files
authored
Merge pull request #4 from acguidoum/acguidoum-version-4.2-1
version 4.2
2 parents 26d5fe8 + f113ae9 commit e21debb

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
@@ -25,16 +25,16 @@
2525

2626
#############
2727
#############
28-
.noGenerics <- TRUE
28+
## .noGenerics <- TRUE
2929

30-
.onLoad <- function(libname, pkgname)
31-
{
32-
library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
33-
}
30+
## .onLoad <- function(libname, pkgname)
31+
## {
32+
## library.dynam("Sim.DiffProc", pkgname, libname, local = FALSE)
33+
## }
3434

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

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

0 commit comments

Comments
 (0)