Re: [Rcpp-devel] two minor bugs with Rcpp's sugar table

2013-06-26 Thread Romain Francois
Thanks for this. We'll have a look. Romain Le 25/06/13 22:06, Kevin Ushey a écrit : Hi guys, Sorry to be bringing this up so close after the CRAN release, but I just stumbled upon them today. - 1) The table function occasionally produces names as '-0', rather than '0', for numeric vector

[Rcpp-devel] two minor bugs with Rcpp's sugar table

2013-06-25 Thread Kevin Ushey
Hi guys, Sorry to be bringing this up so close after the CRAN release, but I just stumbled upon them today. - 1) The table function occasionally produces names as '-0', rather than '0', for numeric vectors (haven't tested in other situations yet): #include using namespace Rcpp; // [[Rcpp: