简体   繁体   English

错误:package 或“tidyverse”的命名空间加载失败,没有名为“rlang”的 package

[英]Error: package or namespace load failed for “tidyverse” there is no package called “rlang”

I've been using "tidyverse", "dplyr" ALL DAY, I was going to start with a different project and the suggested code requeste me to install_github("juba/rows") and install.packages("devtools") after failing to instal it I gave up and went back to a previous project.我整天都在使用“tidyverse”、“dplyr”,我打算从一个不同的项目开始,建议的代码在失败后要求我 install_github("juba/rows") 和 install.packages("devtools")为了安装它,我放弃了并回到了以前的项目。 Now I can't use any of the previously used packages (again I've been using all these packages no problem all day today!) dplyr tidyverse ggplot2 devtools tibble现在我不能使用任何以前使用过的包(我今天一整天都在使用所有这些包没问题!)

they all return the same messsage Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =cI[[i]]): there is no package called 'rlang'他们都返回相同的消息错误:package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck =cI[[i]]): there is no package called ' rlang'

I do hope you can help all return the same massage "there is no package called 'rlang'"我确实希望你们能帮助所有人返回相同的按摩“没有 package 称为 'rlang'”

Have you updated your r-base?你更新你的 r-base 了吗? If you did, please inform the replaced version.如果您这样做了,请告知替换的版本。 depending on the previous version, the writing format of the namespace and library directory was updated.根据之前的版本,更新了命名空间和库目录的书写格式。 Reinstall and configure ALL packages重新安装和配置所有包

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:package 或“tidyverse”的命名空间加载失败,没有 package 称为“reprex” - Error: package or namespace load failed for ‘tidyverse’ there is no package called ‘reprex’ 错误:loadNamespace 中“tidyverse”的包或命名空间加载失败 - Error: package or namespace load failed for ‘tidyverse’ in loadNamespace 运行 R Markdown '包或命名空间加载失败'时出现 tidyverse 错误 - tidyverse error while running R Markdown 'package or namespace load failed' 错误:package 或“tidyverse”的命名空间加载失败:object “relocate”未由“namespace:dplyr”导出 - Error: package or namespace load failed for ‘tidyverse’: object ‘relocate’ is not exported by 'namespace:dplyr' 尝试加载 tidyverse 但我遇到“> library(tidyverse) 库中的错误 (tidyverse):没有 package 称为 'tidyverse'” - tried to load tidyverse but I'm met with “> library(tidyverse) Error in library(tidyverse) : there is no package called ‘tidyverse’” 错误:程序包或命名空间加载失败 - Error: Package or namespace load failed R package 错误:package 或加载命名空间中“reshape2”的命名空间加载失败:没有名为“magrittr”的 package - R package Error: package or namespace load failed for ‘reshape2’ in loadNamespace: there is no package called ‘magrittr’ 库中的错误(tidyverse):没有名为'tidyverse'的包 - Error in library(tidyverse) : there is no package called ‘tidyverse’ “Hmisc”包或命名空间加载失败 - 没有名为“latticeExtra”的包 - "Hmisc" package or namespace failed to load - no package called 'latticeExtra' 加载 ggplot2 时抛出错误:package 或命名空间加载失败....没有 package 称为“颜色空间” - Loading ggplot2 throwing the Error: package or namespace load failed .... there is no package called ‘colorspace’
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM