Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
加载tidyverse时出错:包或namspace laod失败_R_Tidyverse - Fatal编程技术网

加载tidyverse时出错:包或namspace laod失败

加载tidyverse时出错:包或namspace laod失败,r,tidyverse,R,Tidyverse,我刚刚下载了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

我刚刚下载了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帖子,但没有任何效果


如果能解决这个问题,我将不胜感激

这些函数都来自
省略号
包。可能所有的
tidyverse
软件包都安装正确,但是
省略号
软件包的安装有问题。尝试安装
省略号
软件包,然后安装
tidyverse

是的,但这可能会忽略一个事实,即函数只触发警告,而OP被前面的错误击中。@Dirkeddebuettel我也有类似的想法,但是关于
检查点_空
的错误仍然可能与
省略号
有关。那么,也许是不正确的症状,但有可能治愈?是的,可能是。