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@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.