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.
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
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