Entering edit mode
Hi,
I can't install ShortRead package. Is it because biocLite doesn't
install automatically the dependencies and I have to install them
before ShortRead?
Best,
Carol
----------------------------------------------------------------------
----
source("http://bioconductor.org/biocLite.R")
BiocInstaller version 1.2.1, ?biocLite for help
>Â biocLite("ShortRead")
BioC_mirror: 'http://www.bioconductor.org'
Using R version 2.14, BiocInstaller version 1.2.1.
Installing package(s) 'ShortRead'
also installing the dependencies âRCurlâ, âXMLâ,
ârtracklayerâ, âRsamtoolsâ
trying URL 'http://cran.fhcrc.org/src/contrib/RCurl_1.95-4.1.tar.gz'
Content type 'application/x-gzip' length 870915 bytes (850 Kb)
opened URL
==================================================
downloaded 850 Kb
trying URL 'http://cran.fhcrc.org/src/contrib/XML_3.96-1.1.tar.gz'
Content type 'application/x-gzip' length 1578308 bytes (1.5 Mb)
opened URL
==================================================
downloaded 1.5 Mb
trying URL 'http://www.bioconductor.org/packages/2.9/bioc/src/contrib/
rtracklayer_1.14.4.tar.gz'
Content type 'application/x-gzip' length 1606020 bytes (1.5 Mb)
opened URL
==================================================
downloaded 1.5 Mb
trying URL 'http://www.bioconductor.org/packages/2.9/bioc/src/contrib/
Rsamtools_1.6.3.tar.gz'
Content type 'application/x-gzip' length 2088820 bytes (2.0 Mb)
opened URL
==================================================
downloaded 2.0 Mb
trying URL 'http://www.bioconductor.org/packages/2.9/bioc/src/contrib/
ShortRead_1.12.4.tar.gz'
Content type 'application/x-gzip' length 2104718 bytes (2.0 Mb)
opened URL
==================================================
downloaded 2.0 Mb
* installing *source* package âRCurlâ ...
** package âRCurlâ successfully unpacked and MD5 sums checked
checking for curl-config... no
Cannot find curl-config
ERROR: configuration failed for package âRCurlâ
* removing â/home/carol/R/x86_64-pc-linux-gnu-library/2.14/RCurlâ
* installing *source* package âXMLâ ...
** package âXMLâ successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package âXMLâ
* removing â/home/carol/R/x86_64-pc-linux-gnu-library/2.14/XMLâ
ERROR: dependencies âRCurlâ, âXMLâ are not available for
package ârtracklayerâ
* removing â/home/carol/R/x86_64-pc-linux-gnu-
library/2.14/rtracklayerâ
ERROR: dependency ârtracklayerâ is not available for package
âRsamtoolsâ
* removing â/home/carol/R/x86_64-pc-linux-gnu-
library/2.14/Rsamtoolsâ
ERROR: dependency âRsamtoolsâ is not available for package
âShortReadâ
* removing â/home/carol/R/x86_64-pc-linux-gnu-
library/2.14/ShortReadâ
The downloaded packages are in
   â/tmp/Rtmpn9i2Os/downloaded_packagesâ
Warning messages:
1: In install.packages(pkgs = pkgs, repos = repos, ...) :
 installation of package âRCurlâ had non-zero exit status
2: In install.packages(pkgs = pkgs, repos = repos, ...) :
 installation of package âXMLâ had non-zero exit status
3: In install.packages(pkgs = pkgs, repos = repos, ...) :
 installation of package ârtracklayerâ had non-zero exit status
4: In install.packages(pkgs = pkgs, repos = repos, ...) :
 installation of package âRsamtoolsâ had non-zero exit status
5: In install.packages(pkgs = pkgs, repos = repos, ...) :
 installation of package âShortReadâ had non-zero exit status
[[alternative HTML version deleted]]