meshes包加载报错

在加载meshes包的时候出现了下面的报错:

library(meshes)

Error: package or namespace load failed for ‘meshes’:

  .onLoad failed in loadNamespace() for 'rlang', details:

  call: NULL

error: The rlang package is not properly installed.

The DLL version (0.4.11) does not correspond to the package version (1.0.1).

Please update rlang to the latest version.

Updating packages on Windows requires precautions:

  <https://github.com/jennybc/what-they-forgot/issues/62>

之后通过链接:https://github.com/r-lib/rlang/issues/873找到了解决办法

解决办法就是输入:

install.packages("rlang", type = "binary")

library(meshes)

成功


加载meshes
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容