###################################################
### chunk: load
###################################################
library("RBioinf")
x=matrix(1:6, nc=2)
x
simplePVect(x)


###################################################
### chunk: loadedDLLs eval=FALSE
###################################################
## getLoadedDLLs()


###################################################
### chunk: evalEx eval=FALSE
###################################################
## 
##  e1 = new.env()
##  e1$x = 1:10
##  .Call("evalExpr", quote(sum(x)), e1)
## 


###################################################
### chunk: avPacks eval=FALSE
###################################################
## available.packages( contrib.url("http://www.omegahat.org/R", 
##                                 type = "source"))