The R Project SVN R

Rev

Rev 87359 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87359 Rev 89534
Line 80... Line 80...
80
[1] "2017-01-01 EST" "2017-12-31 EST" NA              
80
[1] "2017-01-01 EST" "2017-12-31 EST" NA              
81
Warning message:
81
Warning message:
82
In strptime(z, "%Y-%j") : day-of-year 366 in year 2017 is invalid
82
In strptime(z, "%Y-%j") : day-of-year 366 in year 2017 is invalid
83
> stopifnot(identical(is.na(zz), c(FALSE, FALSE, TRUE)))
83
> stopifnot(identical(is.na(zz), c(FALSE, FALSE, TRUE)))
84
> 
84
> 
-
 
85
> cat('Time elapsed: ', proc.time(),'\n')
-
 
86
Time elapsed:  0.093 0.069 0.193 0.002 0.01 
-
 
87
>