search for: comment59794873_36074344

Displaying 1 result from an estimated 1 matches for "comment59794873_36074344".

2016 Mar 18
1
for in r-devel
...d the patch. Below dd is an object for which [[ and length work but the result is still numeric rather than Date class in "R Under development (unstable) (2016-03-15 r70334)" as observed in the comments to: http://stackoverflow.com/questions/36074344/why-does-for-convert-date-to-numeric#comment59794873_36074344 Expanding on that: dd <- Sys.Date() + 0:1 dd[[1]] # [[ works ## [1] "2016-03-18" length(dd) # length works ## [1] 2 for(d in dd) str(d) # gives numeric rather than Date class ## num 16878 ## num 16879 -- Statistics & Software Consulting GK...