[R] trouble installing RCurl
Krzysztof Mitko
kmitko at mm.st
Thu May 24 06:58:45 CEST 2012
W dniu 24.05.2012 00:08, Ux.Seo pisze:
> Hi, all
> I got following errors when I tried to install "RCurl" in Ubuntu.
> my R version is
>
> na at ubuntu:~$ R --version
> R version 2.15.0 (2012-03-30)
> Copyright (C) 2012 The R Foundation for Statistical Computing
> ISBN 3-900051-07-0
> Platform: i686-pc-linux-gnu (32-bit)
>
> thanks in advance
>
>
> * 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’
Your system lacks curl-config. Install development files for curl:
sudo apt-get install libcurl-dev
--
Best regards,
Krzysztof Mitko
More information about the R-help
mailing list