[datatable-help] Any date for 1.9.6 push to CRAN?

Juan Manuel Truppia jmtruppia at gmail.com
Thu Aug 6 15:13:07 CEST 2015


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 <
datatable-help-request at lists.r-forge.r-project.org> wrote:

> Send datatable-help mailing list submissions to
>         datatable-help at lists.r-forge.r-project.org
>
> 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
>         datatable-help-request at lists.r-forge.r-project.org
>
> You can reach the person managing the list at
>         datatable-help-owner at lists.r-forge.r-project.org
>
> 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 <statquant at outlook.com>
> To: datatable-help at lists.r-forge.r-project.org
> Subject: [datatable-help] bug is fread ?
> Message-ID: <1438775267348-4710776.post at n4.nabble.com>
> 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 <aragorn168b at gmail.com>
> To: statquant3 <statquant at outlook.com>,
>         datatable-help at lists.r-forge.r-project.org
> Subject: Re: [datatable-help] bug is fread ?
> Message-ID: <etPan.55c1f8fe.4c051f3b.16f at Arunkumars-MBP>
> Content-Type: text/plain; charset="utf-8"
>
> Yes. (Known) bug. Will fix.
>
> --?
> Arun
>
> On 5 Aug 2015 at 13:50:31, statquant3 (statquant at outlook.com) 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
> datatable-help at lists.r-forge.r-project.org
> 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 <gleynes+r at gmail.com>
> To: Matt Dowle <mattjdowle at gmail.com>
> Cc: Damian Betebenner <DBetebenner at nciea.org>,
>         "datatable-help at lists.r-forge.r-project.org"
>         <datatable-help at lists.r-forge.r-project.org>
> Subject: Re: [datatable-help] Any date for 1.9.6 push to CRAN?
> Message-ID:
>         <
> CAOBARViLW7MSXQFN9KwM0pbzA+kJSUVi_QJ4Wa1AxR8M21+u7A at 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 valgrind at valgrind.org 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 <mattjdowle at gmail.com> 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
> > <DBetebenner at nciea.org> 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
> > > datatable-help at lists.r-forge.r-project.org
> > >
> >
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
> > _______________________________________________
> > datatable-help mailing list
> > datatable-help at lists.r-forge.r-project.org
> >
> 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 <mattjdowle at gmail.com>
> To: gleynes+r at gmail.com
> Cc: Damian Betebenner <DBetebenner at nciea.org>,
>         "datatable-help at lists.r-forge.r-project.org"
>         <datatable-help at lists.r-forge.r-project.org>
> Subject: Re: [datatable-help] Any date for 1.9.6 push to CRAN?
> Message-ID:
>         <CAOuOy3c4o=
> RC10+haV-b5OibL23q4sm7EADMv5w-gF-Kz7v0gA at mail.gmail.com>
> 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 <gleynes+r at gmail.com> 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 valgrind at valgrind.org 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 <mattjdowle at gmail.com>
> 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
> >> <DBetebenner at nciea.org> 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
> >> > datatable-help at lists.r-forge.r-project.org
> >> >
> >> >
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
> >> _______________________________________________
> >> datatable-help mailing list
> >> datatable-help at lists.r-forge.r-project.org
> >>
> >>
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
> >
> >
> >
>
>
> ------------------------------
>
> _______________________________________________
> datatable-help mailing list
> datatable-help at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
>
> End of datatable-help Digest, Vol 66, Issue 4
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/datatable-help/attachments/20150806/9e479c37/attachment.html>


More information about the datatable-help mailing list