File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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)));
4343.onAttach <- function (library , pkg ) {
4444 packageStartupMessage(" Package 'Sim.DiffProc', version 4.2\n browseVignettes('Sim.DiffProc') for more informations." )
4545 invisible ()
46- }
46+ }
You can’t perform that action at this time.
0 commit comments