Re: [Rd] download.file() on ftp URL fails in windows with default download method

2015-08-12 Thread Dan Tenenbaum
Hi David, - Original Message - > From: "David Smith" > To: "Dan Tenenbaum" , "Uwe Ligges" > , "Elliot Waingold" > > Cc: "R-devel@r-project.org" > Sent: Wednesday, August 12, 2015 12:42:39 PM > Subject: RE: [Rd] download.file() on ftp URL fails in windows with default > download method

[Rd] enableJIT in Rprofile leads to 'not a proper evaluation environment' on startup

2015-08-12 Thread Sam Steingold
A commenter on SO suggested that I copy my question to R-devel http://stackoverflow.com/q/31972325/850781 I have had --8<---cut here---start->8--- library(compiler) compiler::enableJIT(3) --8<---cut here---end--->8--- in ~/.

Re: [Rd] download.file() on ftp URL fails in windows with default download method

2015-08-12 Thread David Smith
We were also able to reproduce the issue on Windows Server 2012. If there's anything we can do to help please let me know; Elliot Waingold (CC'd here) can provide access to the VM we used for testing if that's of any help. # David Smith -- David M Smith R Community Lead, Revolution Analytics

Re: [Rd] Weird issue when iterating through dates

2015-08-12 Thread Joshua Ulrich
On Wed, Aug 12, 2015 at 10:55 AM, Gábor Csárdi wrote: > I am not sure if this is a bug or not. > I would argue that this isn't a bug, not even in the documentation of "for" (even though it might be clearer). ?"for" says that `seq` is "[A]n expression evaluating to a vector (including a list and a

Re: [Rd] Weird issue when iterating through dates

2015-08-12 Thread Gábor Csárdi
I am not sure if this is a bug or not. Gabor On Wed, Aug 12, 2015 at 11:51 AM, Luca Cerone wrote: > Following up on this, should I report a bug? can you drive me through > the process? > > Cheers, > Luca > > On Thu, Aug 6, 2015 at 4:55 PM, William Dunlap wrote: Just a quick question: what'

Re: [Rd] Weird issue when iterating through dates

2015-08-12 Thread Luca Cerone
Following up on this, should I report a bug? can you drive me through the process? Cheers, Luca On Thu, Aug 6, 2015 at 4:55 PM, William Dunlap wrote: >>> Just a quick question: what's the difference between `[.Date` and >>> `[[.Date`? >>> Is it supposed to be the method for accessing the value