【发布时间】:2021-04-14 09:42:00
【问题描述】:
我刚刚下载了 R(4.0.3 版)和 RStudio(1.3.1093)。这些软件包似乎安装得很好,但是当我尝试加载 tidyverse 时,出现以下错误消息:
Error: package or namespace load failed for ‘tidyverse’ in namespaceExport(ns, exports):
undefined exports: check_dots_empty, check_dots_unnamed, check_dots_used, safe_median
In addition: Warning message:
S3 method ‘safe_median.numeric’ was declared in NAMESPACE but not found
我最近在另一台计算机上下载了 R 和 RStudio(相同版本),一切正常。我已经尝试卸载并重新安装 R 和 RStudio,删除软件包并再次安装它们。此外,我浏览了许多关于类似问题的 stackoverflow 帖子,但没有任何效果。
如果能解决这个问题,我将不胜感激!
【问题讨论】: