可视化时找不到哈希



在我的活动项目中,我今天发现了这个错误。目标是最新的。但是,可视化失败。

> config <- drake_config(plan)
> outdated(config)
character(0)
> vis_drake_graph(config, build_times = "build", targets_only = T)
Error: hash 'dd9f951f9452251b' not found
> sankey_drake_graph(config)
Error: hash 'dd9f951f9452251b' not found

如何调试?

固定。我正在使用GitHub的前沿drake.然后当我看到这个错误时,我降级到 CRAN 。重新安装前沿版本解决了问题。

最新更新