我已将 MacOS 中的 R 从 3.4 降级到 3.2 现在我收到这些警告消息
Warning messages:
1: In format.POSIXlt(as.POSIXlt(x), ...) :
unknown timezone 'America/Belem'
2: In format.POSIXlt(as.POSIXlt(x), ...) : unknown timezone 'GMT'
3: In format.POSIXlt(as.POSIXlt(x), ...) :
unknown timezone 'America/New_York'
我不知道如何修复它。我的时区是美国/贝伦,正如我在OlsonNames()
我的系统信息:
> Sys.info()
sysname "Darwin"
release "16.6.0"
version "Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017;
root:xnu-3789.60.24~6/RELEASE_X86_64"
nodename "RobertaMBPro.local"
machine "x86_64"
我可以请一些帮助吗?谢谢