bioconductor used to install ggbio without issue. It seems as though since the installation of R 3.0.0 this no longer works. It gives the following error messages.
** preparing package for lazy loading
Error : package 'bitops' was built before R 3.0.0: please re-install it
ERROR: lazy loading failed for package 'Rsamtools'
* removing '..........x86_64-pc-linux-gnu-library/3.0/Rsamtools'
ERROR: dependency 'RSQLite' is not available for package 'AnnotationDbi'
* removing '...........x86_64-pc-linux-gnu-library/3.0/AnnotationDbi'
ERROR: dependency 'RCurl' is not available for package 'biomaRt'
* removing '...........x86_64-pc-linux-gnu-library/3.0/biomaRt'
ERROR: dependency 'munsell' is not available for package 'scales'
* removing '...........x86_64-pc-linux-gnu-library/3.0/scales'
ERROR: dependencies 'RCurl', 'Rsamtools' are not available for package 'rtracklayer'
* removing '............x86_64-pc-linux-gnu-library/3.0/rtracklayer'
ERROR: dependency 'scales' is not available for package 'ggplot2'
* removing '..............x86_64-pc-linux-gnu-library/3.0/ggplot2'
ERROR: dependencies 'AnnotationDbi', 'RSQLite', 'rtracklayer', 'biomaRt', 'RCurl' are not available for package 'GenomicFeatures'
* removing '............x86_64-pc-linux-gnu-library/3.0/GenomicFeatures'
ERROR: dependencies 'scales', 'Rsamtools', 'GenomicFeatures' are not available for package 'biovizBase'
* removing '..............x86_64-pc-linux-gnu-library/3.0/biovizBase'
ERROR: dependencies 'Rsamtools', 'AnnotationDbi', 'GenomicFeatures' are not available for package 'VariantAnnotation'
* removing '..............x86_64-pc-linux-gnu-library/3.0/VariantAnnotation'
ERROR: dependencies 'ggplot2', 'biovizBase', 'GenomicFeatures', 'Rsamtools', 'scales', 'VariantAnnotation', 'rtracklayer' are not available for package 'ggbio'
* removing '...............x86_64-pc-linux-gnu-library/3.0/ggbio'
The downloaded source packages are in
'/tmp/RtmphFekSZ/downloaded_packages'
There were 14 warnings (use warnings() to see them)
Thanks!
I agree it looks like a package version problem. Before reinstalling however make sure to use the argument "checkbuild=T" when upgrading your packages.