Skip to content

[Bioc-devel] widgettools download problem w/ getBioC

1 message · Seth Falcon

#
Cyrus Harmon <cyrus@bobobeach.com> writes:
It isn't crazy, but we make no claims that it will work.
On unix-a-likes:

shell:

  mkdir bioc1.6
  export R_LIBS=`pwd`/bioc1.6
  ## you could have other items in your R_LIBS path if you want

R:

  mypkglib = "/path/to/bioc1.6"
  ## if it is first in R_LIBS, you can get it like this:
  ## mypkglib = .libPaths()[1]
  source("http://www.bioconductor.org/getBioC.R")
  getBioC(destdir=mypkglib)

+ seth

PS: getBioC.R is now a new and improved script that detects your R
version and sources an appropriate install script.