Subversion Repositories bdplot

Rev

Rev 7 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 57
1
## This file contains commands necessary for initialisation of the
1
## This file contains commands necessary for initialisation of the
2
## library. In other words, function calls, not function definitions.
2
## library. In other words, function calls, not function definitions.
3
 
3
 
4
## Does this work, at all??
4
## Does this work, at all??
-
 
5
##.onLoad <- function(libname, pkgname){
-
 
6
  ##  cat("config intialized.\n")
-
 
7
   bd.reset(reread=TRUE)
-
 
8
## }
5
 
9
 
6
cat("config intialized.\n")
-
 
7
bd.reset(reread=T)
-
 
8
 
10