Skip to content

Commit 598f777

Browse files
authored
version 4.2
1 parent 863dc25 commit 598f777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/zzz.r

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#############
2828
## .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+
if (!interactive()) options(rgl.useNULL = TRUE)
33+
}
3434

3535
## .onUnload <- function(libpath) {
3636
## library.dynam.unload("Sim.DiffProc", libpath)

0 commit comments

Comments
 (0)