【发布时间】:2023-03-30 02:31:01
【问题描述】:
我在 Mac 上运行最新版本的 Rstudio (1.1.453)。由于安装了最新版本的 R-Studio,我无法再加载 tidyverse 包。有关如何解决此问题的任何建议?
我收到以下错误消息。
> library("tidyverse", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘dplyr’
【问题讨论】: