gpt4 book ai didi

r - 未知时区 'localtime'

转载 作者:行者123 更新时间:2023-12-02 06:34:04 25 4
gpt4 key购买 nike

我认为我做的一切都是正确的,但为什么我会得到这个:

> Sys.time()
[1] "2015-11-09 18:51:17 UTC"
Warning messages:
1: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'localtime'
2: In as.POSIXlt.POSIXct(x, tz) : unknown timezone 'localtime'
>

操作系统是 Windows Server 2012(实际上是 Azure VM)。我已使用 TZ 环境变量将时区设置为 UTC:

enter image description here

Sys.timezone 显然看到了它:

> Sys.timezone()
[1] "UTC"
>

它甚至列在我的 OlsonNames() 中:

enter image description here

我在 Markdown 中收到大量此类错误消息,这让我发疯。不幸的是,我注意到与此相关的其他 SO 链接经常无法解析。

更新 - 根据请求,我添加 sessionInfo() 输出:

> sessionInfo()
R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows Server 2012 x64 (build 9200)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] htmltools_0.2.6 tools_3.2.2 yaml_2.1.13 rmarkdown_0.8.1
[5] digest_0.6.8
>

和回溯:

> options(warn=2)
> Sys.time()
Error in as.POSIXlt.POSIXct(x, tz) :
(converted from warning) unknown timezone 'localtime'
> traceback()
13: doWithOneRestart(return(expr), restart)
12: withOneRestart(expr, restarts[[1L]])
11: withRestarts({
.Internal(.signalCondition(simpleWarning(msg, call), msg,
call))
.Internal(.dfltWarn(msg, call))
}, muffleWarning = function() NULL)
10: .signalSimpleWarning("unknown timezone 'localtime'", quote(as.POSIXlt.POSIXct(x,
tz)))
9: as.POSIXlt.POSIXct(x, tz)
8: as.POSIXlt(x, tz)
7: format.POSIXlt(as.POSIXlt(x, tz), format, usetz, ...)
6: structure(format.POSIXlt(as.POSIXlt(x, tz), format, usetz, ...),
names = names(x))
5: format.POSIXct(x, usetz = TRUE)
4: format(x, usetz = TRUE)
3: print(format(x, usetz = TRUE), ...)
2: print.POSIXct(x)
1: function (x, ...)
UseMethod("print")(x)
>

更新更多信息: enter image description here

最佳答案

看起来是 R 3.2.2 中的一个已知错误,并在 3.2.3 中修复,根据 this issue report .

关于r - 未知时区 'localtime',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33616250/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com