R包安装时,出现的错误解决合集
程序员文章站
2022-04-16 22:39:11
...
- library(devtools)
#error:Error in get(genname, envir = envir) : object 'testthat_print' not found
#解决
options("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))
install.packages("testthat")
2.install.packages()、BiocManager::install()、devtools::install_github()均安装失败
conda install r-devtools
conda install r-hdf5r
conda install r-sf
推荐阅读
-
Win2008 R2安装.NET Framework 4的windows6.1-KB958488-V6001-x64出现灾难性故障解决方法
-
64位系统中IIS7运行ASP时出现ADODB.Connection 800a0e7a错误的解决方法
-
Win7 IIS7.5运行ASP时出现500错误的解决办法
-
安装会声会影X5出现“错误:38 - Corel VideoStudio文件已损坏”的解决办法
-
win7 64位下运行Virtualbox安装系统时出错(提示VBoxDD.DLL错误)的解决方法
-
Ubuntu系统下的Nginx服务器软件安装时的常见错误解决
-
为PHP安装imagick时出现Cannot locate header file MagickWand.h错误的解决方法
-
解决采集时出现msxml3.dll 错误的方法
-
安装Docker时错误提示 "could not change group /var/run/docker.sock to docker: group docker not found"的解决方案
-
安装驱动程序出现数据错误的原因及解决方法