Currently Rcpp 0.8.4 builds cleanly at CRAN under Windows only, and<br>correspondingly, the dependent package cxxPack now fails under<br>Windows only (not able to find header files?).<br><br><div class="gmail_quote">On Thu, Jul 15, 2010 at 10:16 AM, Dirk Eddelbuettel <span dir="ltr">&lt;<a href="mailto:edd@debian.org">edd@debian.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Release 0.8.4 is now on CRAN (with a little delay due to vacations, and we<br>
even got lucky in getting it out now rather than at the end).  The relevant<br>
NEWS entry is below.<br>
<br>
0.8.4   2010-07-09<br>
<br>
    o   new sugar vector functions: rep, rep_len, rep_each, rev, head, tail,<br>
        diag<br>
<br>
    o   sugar has been extended to matrices: The Matrix class now extends the<br>
        Matrix_Base template that implements CRTP. Currently sugar functions<br>
        for matrices are: outer, col, row, lower_tri, upper_tri, diag<br>
<br>
    o   The unit tests have been reorganised into fewer files with one call<br>
        each to cxxfunction() (covering multiple tests) resulting in a<br>
        significant speedup<br>
<br>
    o   The Date class now uses the same mktime() replacement that R uses<br>
        (based on original code from the timezone library by Arthur Olson)<br>
        permitting wide date ranges on all operating systems<br>
<br>
    o   The FastLM/example has been updated, a new benchmark based on the<br>
        historical Longley data set has been added<br>
<br>
    o   RcppStringVector now uses std::vector&lt;std::string&gt; internally<br>
<br>
    o   setting the .Data slot of S4 objects did not work properly<br>
<font color="#888888"><br>
<br>
--<br>
  Regards, Dirk<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>
</font></blockquote></div><br>