Skip to content
Prev 6614 / 21312 Next

[Bioc-devel] Can't seem to use useDevel(); biocLite() for BioC 3.1

I think there is indeed something more fundamentally broken here:
_   
platform       x86_64-apple-darwin13.4.0
arch           x86_64
os             darwin13.4.0
system         x86_64, darwin13.4.0
status         Under development (unstable)
major          3   
minor          2.0 
year           2014
month          10  
day            29  
svn rev        66895
language       R   
version.string R Under development (unstable) (2014-10-29 r66895)
nickname       Unsuffered Consequences
Error: 'devel' version already in use


But:
BioCsoft
           "http://bioconductor.org/packages/3.0/bioc"
                                               BioCann
"http://bioconductor.org/packages/3.0/data/annotation"
                                               BioCexp
"http://bioconductor.org/packages/3.0/data/experiment"
                                             BioCextra
          "http://bioconductor.org/packages/3.0/extra"
                                                  CRAN
                               "http://cran.fhcrc.org"


So I am running R-devel, R thinks that I should already be using the
BiocDevel branch, but the repository is still pointing to Bioconductor 3.0
After taking a closer look at useDevel() I did this:

assignInNamespace(ns="BiocInstaller", x="IS_USER", value=TRUE)
assignInNamespace(ns="BiocInstaller", x="IS_UPGRADEABLE", value=TRUE)



And behold:
Installing package into
?/Users/hahnefl1/software/R/source/R-3-2-0/localPackages?
(as ?lib? is unspecified)
trying URL 
'http://bioconductor.org/packages/3.1/bioc/src/contrib/BiocInstaller_1.17.1
.tar.gz'
Content type 'application/x-gzip' length 14271 bytes (13 KB)
opened URL
==================================================
downloaded 13 KB

* installing *source* package ?BiocInstaller? ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
Bioconductor version 3.1 (BiocInstaller 1.17.1), ?biocLite for help
* DONE (BiocInstaller)

The downloaded source packages are in
	?/private/tmp/Rtmp44wF3Y/downloaded_packages?
Bioconductor version 3.1 (BiocInstaller 1.17.1), ?biocLite for help
'BiocInstaller' changed to version 1.17.1


I couldn't tell how I got my R installation into this seemingly locked
state, but maybe there should be a force=TRUE option to useDevel for cases
like this. 
Florian
On 04/11/14 20:04, "Herv? Pag?s" <hpages at fredhutch.org> wrote: