Skip to content
Prev 3231 / 21312 Next

[Bioc-devel] installing devel pre-compiled binary for MacOSX

Hi Stefano,
On Mon, Mar 19, 2012 at 8:50 AM, Stefano Berri <S.Berri at leeds.ac.uk> wrote:
You aren't doing anything wrong ... this is the intended behavior.

The package versions that biocLite installs are tied to the version of
R that is being used. Someone who is running R-2.14.x is "tied" to the
bioconductor 2.9 "release train." If you want the development version
of packages, you need to be running R-devel.

When R-2.15.0 comes out, it will be "tied" to bioconductor 2.10 packages.

For the time being, if the mac users want to install the devel version
of CNAnorm, they can either:

(1) just download and install the source manually -- which usually
isn't recommended and you might be opening the door to dependency
hell, but ... it can be done. As you point out, the users will also
need XCode and a gfortran compiler, which they can get from here:

http://r.research.att.com/gfortran-4.2.3.dmg

(2) they can grab the R-2.15-beta installer from the link below and
install the devel versions of *all* bioconductor packages using
biocLite:

http://r.research.att.com/R-2.15-branch-leopard.pkg

HTH,
-steve