[BioC] iFlow/flowCore installation problem

Dan Tenenbaum dtenenba at fhcrc.org
Mon Mar 14 20:30:23 CET 2011


On Mon, Mar 14, 2011 at 12:27 PM, Gabriel Nathan Kaufman, Mr
<gabriel.kaufman at mail.mcgill.ca> wrote:
> I got R 2.13 as a binary from from http://r.research.att.com/R-devel-leopard.pkg
>
>
>
> I tried to load iFlow in both the 32- and 64-bit GUI, but was only able to make it load when running R in 32-bit mode from the Terminal... I am going to try a binary install of graph in the 64-bit GUI (my preferred method of running R), and then see what happens.
>

Thanks! Let me know and keep it on the list as well so we can all
benefit from what you find out.
Dan


>
>
> Gabriel Kaufman
> McGill University Complex Traits Group
>
>
>
>
>
>
> From: Dan Tenenbaum [dtenenba at fhcrc.org]
>
> Sent: March 13, 2011 8:28 PM
>
> To: Gabriel Nathan Kaufman, Mr
>
> Cc: bioconductor at r-project.org
>
> Subject: Re: [BioC] iFlow/flowCore installation problem
>
>
>
>
>
>
>
> OK, a few thoughts....
> How did you get R-2.13? Did you build from source or get binaries from somewhere, and if so, where?
>
>
>
> Was the output you sent in your first email from the R GUI? Did you click on R.app or R64.app?
>
>
>
> By default, if memory serves, the R GUI runs in 32-bit mode (though your initial report showed R running in 64 bit mode) and the command line R runs in 64-bit mode.
>
>
>
> You got it working by using the command line (console) but you didn't indicate whether you were using the --arch i386.
>
>
>
> The bioconductor package 'graph' comes with the BioC_graph.so library built for all architectures:
>
>  tar ztf graph_1.29.3.tgz |grep BioC_graph.so
> graph/libs/i386/BioC_graph.so
> graph/libs/ppc/BioC_graph.so
> graph/libs/x86_64/BioC_graph.so
>
>
>
> So you may want to try a binary install:
>
> biocLite("graph", type="mac.binary.leopard")
>
>
>
> Dan



More information about the Bioconductor mailing list