On 6/22/2011 2:28 PM, Alexander Shenkin wrote:
On 6/22/2011 4:09 PM, Brian Diggs wrote:
On 6/22/2011 1:37 PM, Alexander Shenkin wrote:
On 6/22/2011 3:34 PM, Brian Diggs wrote:
On 6/22/2011 12:09 PM, Luke Miller wrote:
For what it's worth, I cannot reproduce this problem under a nearly
identic
Hi
r-help-boun...@r-project.org napsal dne 22.06.2011 20:40:39:
> On 6/22/2011 1:34 PM, Sarah Goslee wrote:
> > On Wed, Jun 22, 2011 at 2:28 PM, David Winsemius
wrote:
> >>
> >> On Jun 22, 2011, at 2:03 PM, Sarah Goslee wrote:
> >>
> >>> Hi,
> >>>
> >>> On Wed, Jun 22, 2011 at 11:40 AM, Alexand
On 6/22/2011 4:09 PM, Brian Diggs wrote:
> On 6/22/2011 1:37 PM, Alexander Shenkin wrote:
>> On 6/22/2011 3:34 PM, Brian Diggs wrote:
>>> On 6/22/2011 12:09 PM, Luke Miller wrote:
For what it's worth, I cannot reproduce this problem under a nearly
identical instance of R (R 2.12.1, Win 7
On 6/22/2011 1:37 PM, Alexander Shenkin wrote:
On 6/22/2011 3:34 PM, Brian Diggs wrote:
On 6/22/2011 12:09 PM, Luke Miller wrote:
For what it's worth, I cannot reproduce this problem under a nearly
identical instance of R (R 2.12.1, Win 7 Pro 64-bit). I also can't
reproduce the problem with R 2
ezone file on your machine.
Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com
-Original Message-
From: Alexander Shenkin [mailto:ashen...@ufl.edu]
Sent: Wednesday, June 22, 2011 1:07 PM
To: William Dunlap
Subject: Re: [R] strange date problem - May 3, 1992 is NA
Hi Bill,
Thanks for you
On 6/22/2011 3:34 PM, Brian Diggs wrote:
> On 6/22/2011 12:09 PM, Luke Miller wrote:
>> For what it's worth, I cannot reproduce this problem under a nearly
>> identical instance of R (R 2.12.1, Win 7 Pro 64-bit). I also can't
>> reproduce the problem with R 2.13.0. You've got something truly weird
On 6/22/2011 12:09 PM, Luke Miller wrote:
For what it's worth, I cannot reproduce this problem under a nearly
identical instance of R (R 2.12.1, Win 7 Pro 64-bit). I also can't
reproduce the problem with R 2.13.0. You've got something truly weird
going on with your particular instance of R.
is
Alexander Shenkin [mailto:ashen...@ufl.edu]
>> Sent: Wednesday, June 22, 2011 1:07 PM
>> To: William Dunlap
>> Subject: Re: [R] strange date problem - May 3, 1992 is NA
>>
>> Hi Bill,
>>
>> Thanks for your reply. The results look almost identical to my ey
ur machine.
>
> Bill Dunlap
> Spotfire, TIBCO Software
> wdunlap tibco.com
>
> > -Original Message-----
> > From: Alexander Shenkin [mailto:ashen...@ufl.edu]
> > Sent: Wednesday, June 22, 2011 1:07 PM
> > To: William Dunlap
> > Subject: Re: [R]
:ashen...@ufl.edu]
> Sent: Wednesday, June 22, 2011 1:07 PM
> To: William Dunlap
> Subject: Re: [R] strange date problem - May 3, 1992 is NA
>
> Hi Bill,
>
> Thanks for your reply. The results look almost identical to my eyes,
> except for the mysterious "
For what it's worth, I cannot reproduce this problem under a nearly
identical instance of R (R 2.12.1, Win 7 Pro 64-bit). I also can't
reproduce the problem with R 2.13.0. You've got something truly weird
going on with your particular instance of R.
> is.na(strptime("5/3/1992", format="%m/%d/%Y")
On 6/22/2011 1:34 PM, Sarah Goslee wrote:
> On Wed, Jun 22, 2011 at 2:28 PM, David Winsemius
> wrote:
>>
>> On Jun 22, 2011, at 2:03 PM, Sarah Goslee wrote:
>>
>>> Hi,
>>>
>>> On Wed, Jun 22, 2011 at 11:40 AM, Alexander Shenkin
>>> wrote:
>
> is.na(strptime("5/2/1992", format="%m/%d/%Y")
On Wed, Jun 22, 2011 at 2:28 PM, David Winsemius wrote:
>
> On Jun 22, 2011, at 2:03 PM, Sarah Goslee wrote:
>
>> Hi,
>>
>> On Wed, Jun 22, 2011 at 11:40 AM, Alexander Shenkin
>> wrote:
is.na(strptime("5/2/1992", format="%m/%d/%Y"))
>>>
>>> [1] FALSE
is.na(strptime("5/3/1992",
On Jun 22, 2011, at 2:03 PM, Sarah Goslee wrote:
Hi,
On Wed, Jun 22, 2011 at 11:40 AM, Alexander Shenkin
wrote:
is.na(strptime("5/2/1992", format="%m/%d/%Y"))
[1] FALSE
is.na(strptime("5/3/1992", format="%m/%d/%Y"))
[1] TRUE
I can't reproduce your problem on R 2.13.0 on linux:
I als
On 6/22/2011 1:03 PM, Sarah Goslee wrote:
> Hi,
>
> On Wed, Jun 22, 2011 at 11:40 AM, Alexander Shenkin wrote:
>>> is.na(strptime("5/2/1992", format="%m/%d/%Y"))
>> [1] FALSE
>>> is.na(strptime("5/3/1992", format="%m/%d/%Y"))
>> [1] TRUE
>
> I can't reproduce your problem on R 2.13.0 on linux:
>
Hi,
On Wed, Jun 22, 2011 at 11:40 AM, Alexander Shenkin wrote:
>> is.na(strptime("5/2/1992", format="%m/%d/%Y"))
> [1] FALSE
>> is.na(strptime("5/3/1992", format="%m/%d/%Y"))
> [1] TRUE
I can't reproduce your problem on R 2.13.0 on linux:
> strptime("5/2/1992", format="%m/%d/%Y")
[1] "1992-05-0
> is.na(strptime("5/2/1992", format="%m/%d/%Y"))
[1] FALSE
> is.na(strptime("5/3/1992", format="%m/%d/%Y"))
[1] TRUE
Any idea what's going on with this? Running strptime against all dates
from around 1946, only 5/3/1992 was converted as "NA". Even stranger,
it still seems to have a value associa
17 matches
Mail list logo