<div dir="ltr"><div>To install "RCurl" you  need to install some c++ library  headers (in Ubuntu). I had the same problem  but unfortunately I can not remember them exactly, try to install the libraries that have the "curl" in their names.<br>
<br></div>Mohammad<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 2, 2014 at 7:55 PM, Søren Højsgaard <span dir="ltr"><<a href="mailto:sorenh@math.aau.dk" target="_blank">sorenh@math.aau.dk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good point; hadn't noticed that. Thanks!<br>
Søren<br>
<br>
-----Original Message-----<br>
From: Hadley Wickham [mailto:<a href="mailto:h.wickham@gmail.com">h.wickham@gmail.com</a>]<br>
Sent: 31. december 2013 16:25<br>
To: Søren Højsgaard<br>
Cc: Dirk Eddelbuettel; Romain Francois (<a href="mailto:romain@r-enthusiasts.com">romain@r-enthusiasts.com</a>); <a href="mailto:rcpp-devel@r-forge.wu-wien.ac.at">rcpp-devel@r-forge.wu-wien.ac.at</a><br>
Subject: Re: [Rcpp-devel] calling a homegrown cpp function from my own package when using sourceCpp<br>
<br>
> I am reluctant to follow Romains suggestion because the package has a lot of c-code in it, so using load_all() takes quite some time because all c and c++ code is being compiled. (Maybe that is just slow on windows? I tried on linux (ubuntu) too but I can't get devtools installed (because RCurl for some reason can't be installed)).<br>

<br>
As well as Dirk's comment, note that load_all() only needs to re-compile changed files, so it should only be the first compile that is slow (unless you're changing header files).<br>
<br>
Hadley<br>
<br>
--<br>
<a href="http://had.co.nz/" target="_blank">http://had.co.nz/</a><br>
_______________________________________________<br>
Rcpp-devel mailing list<br>
<a href="mailto:Rcpp-devel@lists.r-forge.r-project.org">Rcpp-devel@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel</a><br>
</blockquote></div><br></div>