search for: 3600l

Displaying 10 results from an estimated 10 matches for "3600l".

Did you mean: 3600
2017 May 17
2
R-3.4.0 fails test
...> d$zone <- "CET" # = previous, but 'zone' now is last > tools::assertError(format(d)) > dlt <- structure( + list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, + wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), + class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > dlt$sec <- 10000 + 1:10 # almost three hours & uses re-cycling .. > fd <- format(dlt) > stopifnot(length(fd) == 10, identical(fd, format(dct <- as.POSIXct(...
2017 May 17
2
R-3.4.0 fails test
...> d$zone <- "CET" # = previous, but 'zone' now is last > tools::assertError(format(d)) > dlt <- structure( + list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, + wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), + class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > dlt$sec <- 10000 + 1:10 # almost three hours & uses re-cycling .. > fd <- format(dlt) > stopifnot(length(fd) == 10, identical(fd, format(dct <- as.POSIXct(...
2017 May 18
2
[R] R-3.4.0 fails test
...show us the values of format(dlt) and format(dct) so we can see what the problem is, something like |> |> dlt <- structure( |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) |> dlt$sec <- 10000 + 1:10 |> dct <- as.POSIXct(dlt) |> cbind(format(dlt), format(dct)) > cbind(format(dlt), format(dct)) [,1] [,...
2017 May 18
2
[R] R-3.4.0 fails test
...we can see what the problem is, something > like > > |> > > |> dlt <- structure( > > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year > = 116L, > > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = > 3600L), > > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > > |> dlt$sec <- 10000 + 1:10 > > |> dct <- as.POSIXct(dlt) > > |> cbind(format(dlt), format(dct)) > > > >> cbind...
2017 May 18
2
[R] R-3.4.0 fails test
...format(dct) so we can see what the problem is, something like > > |> > > |> dlt <- structure( > > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, > > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), > > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > > |> dlt$sec <- 10000 + 1:10 > > |> dct <- as.POSIXct(dlt) > > |> cbind(format(dlt), format(dct)) > > > >> cbind...
2017 May 18
0
[R] R-3.4.0 fails test
...of format(dlt) and format(dct) so we can see what the problem is, something like > |> > |> dlt <- structure( > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) > |> dlt$sec <- 10000 + 1:10 > |> dct <- as.POSIXct(dlt) > |> cbind(format(dlt), format(dct)) > >> cbind(format(dlt), format(dct)) &...
2017 May 18
0
[R] R-3.4.0 fails test
...is, something >> like >> > |> >> > |> dlt <- structure( >> > |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year >> = 116L, >> > |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = >> 3600L), >> > |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >> > |> dlt$sec <- 10000 + 1:10 >> > |> dct <- as.POSIXct(dlt) >> > |> cbind(format(dlt), format(dct)) >> >...
2017 May 18
0
[R] R-3.4.0 fails test
...so we can see what the problem is, something like >>> |> >>> |> dlt <- structure( >>> |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, >>> |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), >>> |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >>> |> dlt$sec <- 10000 + 1:10 >>> |> dct <- as.POSIXct(dlt) >>> |> cbind(format(dlt), format(dct)) >>> &gt...
2017 May 18
2
[R] R-3.4.0 fails test
...at the problem is, something like >>>> |> >>>> |> dlt <- structure( >>>> |> list(sec = 52, min = 59L, hour = 18L, mday = 6L, mon = 11L, year = 116L, >>>> |> wday = 2L, yday = 340L, isdst = 0L, zone = "CET", gmtoff = 3600L), >>>> |> class = c("POSIXlt", "POSIXt"), tzone = c("", "CET", "CEST")) >>>> |> dlt$sec <- 10000 + 1:10 >>>> |> dct <- as.POSIXct(dlt) >>>> |> cbind(format(dlt), format(dct)) &...
2012 Jul 10
2
estimation of NA by predict command
...L, 2005L, 2137L, 2269L, 2401L, 2533L, 2665L, 2797L, 2929L, 3061L, 3193L, 3325L, 3457L, 3589L, 3712L, 3833L, 3954L, 36L, 168L, 300L, 432L, 564L, 696L, 828L, 960L, 1092L, 1224L, 1356L, 1488L, 1620L, 1752L, 1884L, 2016L, 2148L, 2280L, 2412L, 2544L, 2676L, 2808L, 2940L, 3072L, 3204L, 3336L, 3468L, 3600L, 3723L, 3844L, 47L, 179L, 311L, 443L, 575L, 707L, 839L, 971L, 1103L, 1235L, 1367L, 1499L, 1631L, 1763L, 1895L, 2027L, 2159L, 2291L, 2423L, 2555L, 2687L, 2819L, 2951L, 3083L, 3215L, 3347L, 3479L, 3611L, 3734L, 3855L, 3965L, 58L, 190L, 322L, 454L, 586L, 718L, 850L, 982L, 1114L, 1246L, 1378L, 151...