search for: extra_cols

Displaying 5 results from an estimated 5 matches for "extra_cols".

2017 Oct 14
2
Another issue with Sys.timezone
...t) else if (lt == "/etc/localtime") if (!file.exists("/etc/timezone")) return(as.POSIXlt(Sys.time())$zone) else if (dir.exists("/usr/share/zoneinfo") && { info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) (!info$isdir && info$size <= 200L) } && { tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), error = function(e) raw(0L)) length(tz1) > 0L && all(tz1 %in% as.ra...
2017 Oct 18
2
Another issue with Sys.timezone
...tc/localtime") > > if (!file.exists("/etc/timezone")) > > return(as.POSIXlt(Sys.time())$zone) > > else if (dir.exists("/usr/share/zoneinfo") && { > > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) > > (!info$isdir && info$size <= 200L) > > } && { > > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), > > error = function(e) raw(0L)) > > length(tz1) > 0L && all(t...
2017 Oct 16
0
Another issue with Sys.timezone
...e if (lt == "/etc/localtime") > if (!file.exists("/etc/timezone")) > return(as.POSIXlt(Sys.time())$zone) > else if (dir.exists("/usr/share/zoneinfo") && { > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) > (!info$isdir && info$size <= 200L) > } && { > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), > error = function(e) raw(0L)) > length(tz1) > 0L && all(tz1 %in% as.raw(c(9:10, 13...
2017 Oct 19
0
Another issue with Sys.timezone
...t;) >> > if (!file.exists("/etc/timezone")) >> > return(as.POSIXlt(Sys.time())$zone) >> > else if (dir.exists("/usr/share/zoneinfo") && { >> > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) >> > (!info$isdir && info$size <= 200L) >> > } && { >> > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), >> > error = function(e) raw(0L)) >> > length(tz1) >...
2017 Oct 20
1
Another issue with Sys.timezone
...> > if (!file.exists("/etc/timezone")) >>> > return(as.POSIXlt(Sys.time())$zone) >>> > else if (dir.exists("/usr/share/zoneinfo") && { >>> > info <- file.info(normalizePath("/etc/timezone"), extra_cols = FALSE) >>> > (!info$isdir && info$size <= 200L) >>> > } && { >>> > tz1 <- tryCatch(readBin("/etc/timezone", "raw", 200L), >>> > error = function(e) raw(0L)) >>> &gt...