Re: [Rcpp-devel] Construct data.table object at the C++ level ?

2017-11-06 Thread Dirk Eddelbuettel
On 4 November 2017 at 15:30, Dirk Eddelbuettel wrote: | | [1] Mostly, still uses one call via Rcpp::Function() to create the S4 object | | which we may be able to amortise, but that may not really matter. And I got rid of that part too. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e.

Re: [Rcpp-devel] My R package that passes CRAN tests crashes on Windows when using Rcpp code - only with antivirus software installed

2017-11-06 Thread Benjamin Blonder
Hi Tim, Thanks for the idea. I removed all the RProgress calls from the C++ code underlying the package, and there are no more crashed on Windows with antivirus software. Mysterious as to the details, but a good enough solution for me for now. Thanks! Ben On Wed, Nov 1, 2017 at 4:37 PM, Tim Keit

Re: [Rcpp-devel] My R package that passes CRAN tests crashes on Windows when using Rcpp code - only with antivirus software installed

2017-11-06 Thread Dirk Eddelbuettel
On 6 November 2017 at 19:14, Benjamin Blonder wrote: | Thanks for the idea. I removed all the RProgress calls from the C++ code | underlying the package, and there are no more crashed on Windows with | antivirus software. Mysterious as to the details, but a good enough | solution for me for now. T