gpt4 book ai didi

R cmd 检查注释 : unable to verify current time

转载 作者:行者123 更新时间:2023-12-02 02:03:57 28 4
gpt4 key购买 nike

运行时 R CMD check我收到以下说明:

checking for future file timestamps ... NOTE
unable to verify current time
我看过这个讨论 here ,但我不确定它正在检查哪些文件的时间戳,所以我不确定我应该查看哪些文件。这发生在我的 Windows 本地和不同系统上的远程(使用 github 操作)。

最佳答案

看看https://svn.r-project.org/R/trunk/src/library/tools/R/check.R
check 命令依赖于外部 Web 资源:

     now <- tryCatch({
foo <- suppressWarnings(readLines("http://worldclockapi.com/api/json/utc/now",
warn = FALSE))
本资源 http://worldclockapi.com/目前不可用。
因此发生以下情况(请参阅相同的包源):
            if (is.na(now)) {
any <- TRUE
noteLog(Log, "unable to verify current time")
另见引用资料:
https://community.rstudio.com/t/r-devel-r-cmd-check-failing-because-of-time-unable-to-verify-current-time/25589
因此,不幸的是,这需要 R 开发团队修复检查功能……或者网络资源再次上线。

关于R cmd 检查注释 : unable to verify current time,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63613301/

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