Wild speculation on my part, but I wonder if the 'graphics window'
that pops up is the 'welcome' message in Biobase? This is invoked by a
call to 'message' in the .onAttach function...
.onAttach <- function(libname, pkgname) {
message(paste("\nWelcome to Bioconductor\n",
[etc]
If so,
suppr
You should ask questions about Bioconductor software on the Bioconductor
list, you might also read the posting guide and provide version numbers
for all packages you are using (the output of sessionInfo is useful).
Biobase does not do any plotting, so where ever the action is coming
from it is
Hi
I am using Rserve for R2.3.1.
every time after I load Biobase library, a new Graphics window frame pops
up. Could any onw know how can avoid it.
Best
Saeede
class testReserve {
public static void main(String[] args) {
RServeConnection rsCon = null;
Rconnecti