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 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)));
4444.onAttach <- function (library , pkg ) {
4545 packageStartupMessage(" Package 'Sim.DiffProc', version 4.4\n browseVignettes('Sim.DiffProc') for more informations." )
4646 invisible ()
47- }
47+ }
You can’t perform that action at this time.
0 commit comments