Last time I installed data.table from source on Windows (7) I didn't have any issue. Do you have the commands you would like me to try? Or just install from source the latest master from Github?
On Thu, Aug 6, 2015 at 7:00 AM < [email protected]> wrote: > Send datatable-help mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help > > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of datatable-help digest..." > > > Today's Topics: > > 1. bug is fread ? (statquant3) > 2. Re: bug is fread ? (Arunkumar Srinivasan) > 3. Re: Any date for 1.9.6 push to CRAN? (Gene Leynes) > 4. Re: Any date for 1.9.6 push to CRAN? (Matt Dowle) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 5 Aug 2015 04:47:47 -0700 (PDT) > From: statquant3 <[email protected]> > To: [email protected] > Subject: [datatable-help] bug is fread ? > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Trying to read the following csv: > > date,time,name,propertyValue,programName > 20150804,07:17:22.928,aerhqer,strjhwr,adtrhadtr > 20150804,07:17:22.928,A__z,"*SHLVL="*TMOUT,datrhnaetrh > 20150804,07:17:22.928,adrhae,true,adthad > > R) fread('test.csv') > Error in fread("/u/delta1/colinu/test/freadTest/PropertiesLog.csv") : > Field 4 on line 3 starts with quote (") but then has a problem. It can > contain balanced unescaped quoted subregions but if it does it can't > contain > embedded \n as well. Check for unbalanced unescaped quotes: > "*SHLVL="*TMOUT,datrhnaetrh > > read.csv2 works... > > R) > > setDT(read.csv2(file='/u/delta1/colinu/test/freadTest/PropertiesLog.csv',sep=','))[] > date time name propertyValue programName > 1: 20150804 07:17:22.928 aerhqer strjhwr adtrhadtr > 2: 20150804 07:17:22.928 A__z *SHLVL=*TMOUT datrhnaetrh > 3: 20150804 07:17:22.928 adrhae true adthad > > Can you guys reproduce, can that be considered a bug ? > If not how can I trick fread in reproducing read.csv2 ? > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/bug-is-fread-tp4710776.html > Sent from the datatable-help mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 2 > Date: Wed, 5 Aug 2015 13:52:00 +0200 > From: Arunkumar Srinivasan <[email protected]> > To: statquant3 <[email protected]>, > [email protected] > Subject: Re: [datatable-help] bug is fread ? > Message-ID: <etPan.55c1f8fe.4c051f3b.16f@Arunkumars-MBP> > Content-Type: text/plain; charset="utf-8" > > Yes. (Known) bug. Will fix. > > --? > Arun > > On 5 Aug 2015 at 13:50:31, statquant3 ([email protected]) wrote: > > Trying to read the following csv: > > date,time,name,propertyValue,programName > 20150804,07:17:22.928,aerhqer,strjhwr,adtrhadtr > 20150804,07:17:22.928,A__z,"*SHLVL="*TMOUT,datrhnaetrh > 20150804,07:17:22.928,adrhae,true,adthad > > R) fread('test.csv') > Error in fread("/u/delta1/colinu/test/freadTest/PropertiesLog.csv") : > Field 4 on line 3 starts with quote (") but then has a problem. It can > contain balanced unescaped quoted subregions but if it does it can't > contain > embedded \n as well. Check for unbalanced unescaped quotes: > "*SHLVL="*TMOUT,datrhnaetrh > > read.csv2 works... > > R) > > setDT(read.csv2(file='/u/delta1/colinu/test/freadTest/PropertiesLog.csv',sep=','))[] > date time name propertyValue programName > 1: 20150804 07:17:22.928 aerhqer strjhwr adtrhadtr > 2: 20150804 07:17:22.928 A__z *SHLVL=*TMOUT datrhnaetrh > 3: 20150804 07:17:22.928 adrhae true adthad > > Can you guys reproduce, can that be considered a bug ? > If not how can I trick fread in reproducing read.csv2 ? > > > > > -- > View this message in context: > http://r.789695.n4.nabble.com/bug-is-fread-tp4710776.html > Sent from the datatable-help mailing list archive at Nabble.com. > _______________________________________________ > datatable-help mailing list > [email protected] > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20150805/bf9f3a17/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Wed, 5 Aug 2015 13:24:16 -0500 > From: Gene Leynes <[email protected]> > To: Matt Dowle <[email protected]> > Cc: Damian Betebenner <[email protected]>, > "[email protected]" > <[email protected]> > Subject: Re: [datatable-help] Any date for 1.9.6 push to CRAN? > Message-ID: > < > caobarvilw7msxqfn9kwm0pbza+kjsuvi_qj4wa1axr8m21+...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > 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 > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20150805/ec1af34a/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Wed, 5 Aug 2015 12:07:25 -0700 > From: Matt Dowle <[email protected]> > To: [email protected] > Cc: Damian Betebenner <[email protected]>, > "[email protected]" > <[email protected]> > Subject: Re: [datatable-help] Any date for 1.9.6 push to CRAN? > Message-ID: > <CAOuOy3c4o= > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > 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 > > End of datatable-help Digest, Vol 66, Issue 4 > ********************************************* >
_______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
