That would be great. Here's how to run through valgrind on Ubuntu. R CMD build data.table R CMD INSTALL data.table_1.9.5.tar.gz sudo apt-get install valgrind R -d "valgrind --tool=memcheck --leak-check=full" --vanilla require(data.table) require(bit64) test.data.table() options(datatable.verbose=TRUE) test.data.table()
Matt On Wed, Aug 5, 2015 at 11:24 AM, Gene Leynes <[email protected]> wrote: > I was also hoping to find out the next push date. There have been some > significant bug fixes since last October! > > Any way that someone (maybe even me) can help on the outstanding issues? > > I went to the valgrind site hoping to find the issues, but I guess there's > no way to see the tests unless you're the admin? > > > Thanks, > > Gene > > PS: valgrind should link to data.table too! > http://valgrind.org/gallery/users.html#scientific >> >> Contact [email protected] if you are happy to have your project added >> to this list. Please provide a URL and a short description of your project. > > > > On Thu, Jul 23, 2015 at 9:44 AM, Matt Dowle <[email protected]> wrote: >> >> Hi Damian, >> valgrind is reporting 3 issues and there's a https:// issue in the >> vignette when run on win-builder. But all cran + bioconductor >> packages downstream are checked ok and we're passing big endian as >> emulated thanks to qemu so we can be sure to pass solaris sparc. >> Hard to give an eta. >> Matt >> >> >> On Wed, Jul 22, 2015 at 3:10 AM, Damian Betebenner >> <[email protected]> wrote: >> > Hi all, >> > >> > It was mentioned recently that 1.9.6 would be pushed to CRAN soon. Any >> > rough dates when that might occur? >> > >> > Alway appreciative for the great work! >> > >> > Damian >> > _______________________________________________ >> > datatable-help mailing list >> > [email protected] >> > >> > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help >> _______________________________________________ >> datatable-help mailing list >> [email protected] >> >> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help > > > _______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
