Reproducing CRAN check unit test issue on Windows: "Error: DLL 'vctrs' not found: maybe not installed for this architecture?"
Reproducing CRAN check unit test issue on Windows: "Error: DLL 'vctrs' not found: maybe not installed for this architecture?"
CRAN 包提交产生了一个错误运行仅在 Windows 平台上进行的一些单元测试:
- https://win-builder.r-project.org/incoming_pretest/nhlapi_0.1.3_20210218_132343/Windows/00check.log
- 罪魁祸首似乎是:
Error: DLL 'vctrs' not found: maybe not installed for this architecture
我无法通过以下方式重现问题:
- 运行ning 在 R-Hub 上,一切似乎都很好:https://builder.r-hub.io/status/nhlapi_0.1.3.tar.gz-c2eabc85c5a54ac1a6ec86b36f958db0
- 在我的本地 Windows 机器上,所有测试也 运行 通过 R CMD 检查正常
有人可以推荐一种调试和解决这类问题的方法吗?
FWIW:自上次成功检查以来,产生错误的测试代码段没有任何变化,我有理由相信测试不会失败。
自 Uwe Ligges 起,此问题现已在 CRAN 上修复
https://www.mail-archive.com/r-package-devel@r-project.org/msg06553.html
CRAN 包提交产生了一个错误运行仅在 Windows 平台上进行的一些单元测试:
- https://win-builder.r-project.org/incoming_pretest/nhlapi_0.1.3_20210218_132343/Windows/00check.log
- 罪魁祸首似乎是:
Error: DLL 'vctrs' not found: maybe not installed for this architecture
我无法通过以下方式重现问题:
- 运行ning 在 R-Hub 上,一切似乎都很好:https://builder.r-hub.io/status/nhlapi_0.1.3.tar.gz-c2eabc85c5a54ac1a6ec86b36f958db0
- 在我的本地 Windows 机器上,所有测试也 运行 通过 R CMD 检查正常
有人可以推荐一种调试和解决这类问题的方法吗?
FWIW:自上次成功检查以来,产生错误的测试代码段没有任何变化,我有理由相信测试不会失败。
自 Uwe Ligges 起,此问题现已在 CRAN 上修复
https://www.mail-archive.com/r-package-devel@r-project.org/msg06553.html