gpt4 book ai didi

r - 错误 : processing vignette failed with diagnostics: 4 simultaneous processes spawned

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

我正在为 R 包 mistral(参见 github.com/clemlaflemme/mistral)和 devtools::check(cleanup = FALSE) 构建一个小插图。返回警告

Error: processing vignette 'mistral-vignette.Rmd' failed with diagnostics:
4 simultaneous processes spawned
Execution halted

我在谷歌上找不到任何帮助。实际上我确实在小插图中使用了并行计算,这是不允许的吗?

最佳答案

我遇到了类似的问题。如果我将内核数从 4 更改为 2,即在我设置的小插图中,我会通过检查 options(mc.cores=2) .我找不到任何明确的文档,但我怀疑 R CMD check根据 Hadley Wickham 的 R Packages Book 中的晦涩评论,仅允许最多两个内核:

NB: you can’t use unexported functions and you shouldn’t open new graphics devices or use more than two cores. Individual examples shouldn’t take more than 5s.

关于r - 错误 : processing vignette failed with diagnostics: 4 simultaneous processes spawned,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41307178/

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